-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
79 lines (79 loc) · 2.05 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Webapplate",
"description": "webapp template",
"version": "2.1.0",
"main": "server.js",
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"body-parser": "~1.10.1",
"compression": "~1.3.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.3",
"errorhandler": "~1.3.2",
"express": "~4.10.7",
"express-session": "~1.10.0",
"serve-static": "~1.8.0",
"swig": "~1.4.2"
},
"devDependencies": {
"bower": "~1.3.12",
"chai": "~1.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.4.19",
"grunt-file-exists": "^0.1.2",
"grunt-gh-pages": "~0.9.1",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "~1.1.0",
"grunt-jsdoc": "~0.5.7",
"grunt-jsonlint": "~1.0.4",
"grunt-karma": "^0.10.1",
"grunt-manifest": "~0.4.0",
"grunt-mocha-cov": "~0.3.0",
"grunt-mocha-phantomjs": "~0.6.0",
"grunt-sloc": "~0.5.2",
"grunt-usemin": "~3.0.0",
"grunt-zip": "~0.16.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"load-grunt-configs": "^0.4.1",
"load-grunt-tasks": "^2.0.0",
"mocha": "^2.1.0",
"sinon": "~1.12.2",
"time-grunt": "~1.0.0"
},
"scripts": {
"blanket": {
"pattern": [
"public"
]
},
"postinstall": "node_modules/.bin/bower install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gasolin/webapplate.git"
},
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.html"
}
]
}