-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1009 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
{
"name": "nano-color",
"version": "1.0.9",
"description": "HSV <-> RGB colors conversion utility library. HSV filter, coloring filter, gradients generating.",
"keywords" : [ "HSV", "RGB", "RGBA", "hsv-filter", "coloring-filter", "gradient" ],
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec -u tdd",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot -u tdd",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot -u tdd"
},
"dependencies": {
},
"devDependencies": {
"core-assert": "0",
"nano-json": "1",
"nano-timer": "1",
"mocha": "2",
"colors": "0",
"istanbul": "0"
},
"author": "Vladimir Antonov <me@holix.ru>",
"repository": {
"type": "git",
"url": "git://github.com/Holixus/nano-color.git"
},
"homepage": "https://github.com/Holixus/nano-color",
"bugs": {
"url": "http://github.com/Holixus/nano-color/issues"
},
"license": "MIT"
}