-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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
38
{
"name": "DSI",
"version": "0.0.1",
"description": "Do Something Interesting / Inovative / Impressing",
"main": "Gruntfile.js",
"scripts": {
"preinstall": "npm i -g casperjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ronak Desai",
"license": "BSD-2-Clause",
"dependencies": {
"archiver": "~0.4.2",
"lazystream": "~0.1.0",
"prettysize": "~0.0.2"
},
"devDependencies": {
"glob": "^3.2.11",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.6.1",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "^0.4.6",
"grunt-express": "^1.4.1",
"grunt-phantomcss": "^0.2.3",
"load-grunt-tasks": "^0.2.1",
"lodash": "~2.4.1",
"phantomjs": "^1.9.15",
"querystring": "^0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
]
}