-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "boilerplate",
"version": "1.0.0",
"description": "This is a node boilerplate",
"main": "server.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/munichlinux/boilerplate.git"
},
"keywords": [
"boilerplate",
"node",
"framework"
],
"author": "Prashanth Iyer <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/munichlinux/boilerplate#readme",
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.13.1",
"bookshelf": "^0.9.2",
"cookie-parser": "^1.3.5",
"express": "^4.13.4",
"express-hbsc": "^1.5.7",
"handlebars": "^4.0.5",
"knex": "^0.10.0",
"lodash": "^4.6.1",
"morgan": "^1.6.0",
"pg": "^4.5.2",
"request": "^2.69.0",
"underscore": "^1.8.3",
"underscore-contrib": "^0.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"chai": "^3.4.1",
"colors": "^1.1.2",
"eslint": "^1.10.1",
"gulp-compass": "^2.1.0",
"gulp-handlebars": "^4.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^1.12.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-node-inspector": "^0.1.0",
"gulp-nodemon": "^2.0.4",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.4",
"nodemon": "^1.8.0"
}
}