-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
{
"name": "gokien",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test-server": "mocha --no-timeouts -R spec test/test-server/bootstrap.js --recursive test/test-server",
"test-others": "mocha -R spec test/test-others/bootstrap.js test/test-others"
},
"dependencies": {
"bluebird": "^3.0.5",
"body-parser": "~1.13.2",
"bookshelf": "^0.9.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"knex": "^0.8.6",
"lodash": "^4.15.0",
"morgan": "~1.6.1",
"nconf": "^0.8.2",
"node-sass-middleware": "0.8.0",
"pg": "^4.4.3",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3",
"winston": "^2.1.0",
"wrench": "^1.5.8",
"istanbul": "^0.4.5"
},
"devDependencies": {
"chai": "^3.4.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-if": "^2.0.2",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.5",
"gulp-shell": "^0.5.1",
"gulp-uglify": "^1.4.2",
"gulp-usemin": "^0.3.15",
"gulp-util": "^3.0.7",
"main-bower-files": "^2.9.0",
"mocha": "^2.3.3",
"node-inspector": "^0.12.3",
"protractor": "^2.5.1",
"run-sequence": "^1.1.4",
"wiredep": "^2.2.2",
"yargs": "^3.29.0"
}
}