-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "warna",
"version": "0.2.4",
"description": "Color utility library in Javascript",
"repository": {
"type": "git",
"url": "https://github.com/fians/warna.git"
},
"keywords": [
"color",
"utility",
"gradient",
"color-converter"
],
"author": "Alfiana E. Sibuea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fians/warna/issues"
},
"homepage": "https://github.com/fians/warna",
"main": "warna.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"t": "~0.5.1",
"mocha": "~1.21.4",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "~0.11.0",
"grunt-browserify": "~2.1.4",
"grunt-karma": "~0.8.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"karma": "~0.12.21",
"karma-mocha": "~0.1.7",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3"
},
"dependencies": {}
}