-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1001 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
39
40
41
{
"name": "Seed",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "grunt server"
},
"dependencies": {
"express": "3.1.0",
"ejs": "0.8.3",
"q": "~0.9.4",
"jquery": "1.8.3",
"coffee-script": "1.6.3",
"underscore": "1.4.4",
"request": "2.26.0",
"connect": "2.9.1",
"phantom": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-clean": "*",
"grunt-concurrent": "*",
"grunt-newer": "*",
"grunt-nodemon": "~0.1.1",
"underscore": "*",
"grunt-contrib-less": "*",
"grunt-angular-templates": "~0.5.1",
"grunt-filerev": "~0.2.0",
"grunt-filerev-assets": "~0.3.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-copy": "*",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-env": "~0.4.0",
"grunt-shell": "~0.6.0",
"grunt-usemin": "~2.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.5.0"
}
}