forked from Automattic/Color.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 952 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
{
"name": "color",
"title": "Color.js",
"description": "A color manipulation and transformation library",
"version": "1.1.0",
"homepage": "https://github.com/Automattic/Color.js",
"docs": "http://automattic.github.com/Color.js/",
"bugs": "https://github.com/Automattic/Color.js/issues",
"author": {
"name": "Matt Wiebe",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/Color.js.git"
},
"licenses": [
{
"type": "GPLv2",
"url": "https://github.com/Automattic/Iris/blob/master/LICENSE"
}
],
"keywords": ["ui", "color", "colorpicker", "widget"],
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-concat": "~0.3.0"
}
}