forked from ghosh/uiGradients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "uiGradients",
"title": "Beautiful colour gradients for designers and developers",
"version": "1.0.0",
"homepage": "http://www.uigradients.com",
"copyright": "2014",
"author": {
"name": "Indrashish Ghosh",
"email": "[email protected]",
"url": "http://www.indrashishghosh.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/Ghosh/uiGradients.git"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.3",
"grunt-cache-breaker": "~2.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "^0.4.4",
"grunt-gh-pages": "^1.1.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jsonlint": "~1.0.4",
"grunt-notify": "~0.4.1",
"matchdep": "~0.3.0"
}
}