-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "c0lor",
"version": "0.1.1",
"description": "Color space conversions",
"repository": {
"type": "git",
"url": "https://github.com/hhelwich/c0lor.git"
},
"license": "MIT",
"author": "Hendrik Helwich",
"main": "index.js",
"private": true,
"keywords": [
"color",
"space",
"rgb",
"xyz",
"xyy",
"lab",
"lch",
"hsv",
"browser"
],
"scripts": {
"test": "./node_modules/.bin/grunt travis && ./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine-node --captureExceptions build && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"m4th": "0.1.0",
"ut1l": "0.2.1"
},
"devDependencies": {
"coveralls": "2.11.4",
"docker": "0.2.14",
"esprima": "2.7.0",
"grunt": "0.4.5",
"grunt-banner": "0.6.0",
"grunt-browserify": "4.0.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-saucelabs": "8.6.1",
"istanbul": "0.4.1",
"jasmine-node": "2.0.0-beta4"
}
}