-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1020 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1020 Bytes
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
{
"name": "_example",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./src/server/app.js"
},
"dependencies": {
"bcrypt": "^0.8.6",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"knex": "^0.11.1",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.5.5",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.6",
"swig": "^1.4.2",
"twitter": "^1.2.5",
"twitter-stream-channels": "^1.0.0"
},
"devDependencies": {
"browser-sync": "2.9.6",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.4.2",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.4"
}
}