forked from gka/chroma.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 935 Bytes
/
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
{
"name": "chroma-js",
"description": "JavaScript library for color conversions",
"version": "0.6.1",
"author": "Gregor Aisch",
"homepage": "https://github.com/gka/chroma.js",
"keywords": [
"color"
],
"maintainers": [
{
"name": "Klemen Slavič",
"email": "[email protected]",
"web": "http://about.me/klemen.slavic"
},
{
"name": "Gregor Aisch",
"email": "[email protected]",
"web": "http://driven-by-data.net"
}
],
"bugs": "https://github.com/gka/chroma.js/issues",
"repository": {
"type": "git",
"url": "git://github.com/gka/chroma.js.git"
},
"main": "chroma.js",
"scripts": {
"test": "vows; echo"
},
"devDependencies": {
"coffee-script": "1.2",
"es6-shim": "^0.18.0",
"uglify-js": "2.x",
"vows": "0.7.x"
},
"spm": {
"main": "chroma.js",
"ignore": [
"src",
"doc",
"test"
]
}
}