forked from wieringen/tinycolorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tinycolorpicker",
"version": "0.9.5",
"description": "A lightweight cross browser jQuery based colorpicker.",
"homepage": "http://www.baijs.com/tinycolorpicker",
"main": "lib/jquery.tinycolorpicker.js",
"repository": {
"type": "git",
"url": "https://github.com/wieringen/tinycolorpicker.git"
},
"keywords": [
"UI",
"jQuery",
"Mobile",
"colorpicker",
"javascript"
],
"author": {
"name": "Maarten Baijs",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wieringen/tinycolorpicker/blob/master/MIT-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/wieringen/tinycolorpicker/issues"
},
"devDependencies": {
"baijs": "latest",
"chai": "~1.8.1",
"coveralls": "^2.11.2",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-yuidoc": "^0.6.0",
"grunt-ftp-deploy": "~0.1.1",
"grunt-karma": "0.8.0",
"grunt-processhtml": "^0.3.6",
"grunt-text-replace": "~0.3.9",
"iectrl": "0.0.3",
"karma": "~0.12.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chai-sinon": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-coverage": "~0.1.3",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-htmlfile-reporter": "~0.1.0",
"karma-ie-launcher": "~0.1.1",
"karma-ievms": "0.0.4",
"karma-jquery": "^0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.15.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}