-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "NZTA",
"version": "0.0.1",
"description": "prototype",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node_modules/.bin/bower install"
},
"author": "Springload",
"license": "ISC",
"dependencies": {
"`": "~1.0.5",
"express": "*",
"body-parser": "^1.2.0",
"express-session": "^1.1.0",
"validator": "~3.12.0",
"express-slash": "~1.0.0",
"express-validator": "^2.1.2",
"cookie-parser": "^1.1.0",
"underscore": "^1.6.0",
"http-auth": "^2.1.7",
"forever": "^0.11.1",
"ip": "^0.3.0",
"marked": "^0.3.2",
"js-beautify": "^1.5.1",
"walk": "^2.3.3",
"loaddir": "^1.1.2",
"jsonlint": "^1.6.0"
},
"devDependencies": {
"browserify": "~3.46.0",
"grunt": "~0.4.4",
"grunt-check-dependencies": "*",
"grunt-sass": "0.14.0",
"grunt-browserify": "~2.0.8",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-watch": "^0.6.1",
"nunjucks": "~1.0.5",
"grunt-nunjucks": "~0.1.4",
"grunt-shell": "~0.7.0",
"grunt-nodemon": "^0.2.1",
"bower": "*",
"grunt-grunticon-pigment": "*",
"grunt-autoprefixer": "^1.0.0",
"grunt-combine-media-queries": "^1.0.19"
}
}