-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "wilson-seed",
"description": "Wilson Seed App",
"version": "0.0.1",
"scripts": {
"postinstall": "npm run install-bower",
"install-bower": "bower install",
"start": "node server/app.js",
"clean": "rm -rf ./server/.cache"
},
"dependencies": {
"async": "0.2.9",
"bower": "^1.3.12",
"bowser": "0.7.2",
"compression": "1.1.0",
"express": "4.8.0",
"findit": "1.1.0",
"glob": "4.0.6",
"grunt-sass": "^0.18.0",
"hbs": "2.3.0",
"http-proxy": "0.10.3",
"lodash": "2.4.1",
"node-uuid": "1.4.0",
"q": "1.0.0",
"q-io": "1.10.8",
"robots.txt": "1.1.0",
"serve-favicon": "2.1.5",
"serve-static": "^1.6.3",
"ua-parser": "0.3.3",
"uglify-js": "2.4.3",
"underscore.string": "2.3.3",
"wilson": "hightail/wilson#rc8",
"winston": "0.7.2"
},
"peerDependencies": {
"grunt-cli": "^0.1.13"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cdnify": "^0.1.1",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-jshint": "0.6.5",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.5.3",
"grunt-express-server": "0.4.11",
"grunt-jscs-checker": "0.2.0",
"grunt-open": "0.2.2",
"grunt-rev": "0.1.0",
"grunt-sass": "0.17.0",
"grunt-shell": "0.4.0",
"grunt-usemin": "0.1.11",
"matchdep": "0.1.2",
"yeoman-generator": "0.13.4"
},
"engines": {
"node": ">=0.8.0"
}
}