forked from brehaut/color-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 904 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
{
"name": "color-js",
"version": "1.0.4",
"description": "A color management API for JavaScript",
"main": "color.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./test/color-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brehaut/color-js.git"
},
"keywords": [
"color",
"immutable"
],
"author": "Andrew Brehaut <[email protected]> (https://brehaut.net/)",
"contributors": [
"Tim Baumann <[email protected]> (http://timbaumann.info)",
"Matt Wilson (http://problemattic.net)",
"Simon Heimler",
"Michel Vielmetter",
"Jim O'Brien <[email protected]>",
"Gianluca Maggio"
],
"license": "BSD 2-Clause",
"bugs": {
"url": "https://github.com/brehaut/color-js/issues"
},
"homepage": "https://github.com/brehaut/color-js#readme",
"devDependencies": {
"vows": "^0.8.1"
}
}