-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.96 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
{
"name": "node-base",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "zany",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^7.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-copy": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8"
},
"dependencies": {
"app-module-path": "^2.2.0",
"app-root-path": "^2.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"date-utils": "^1.2.21",
"express": "^4.14.1",
"express-cors": "0.0.3",
"express-session": "^1.15.0",
"fs": "0.0.1-security",
"gulp-nodemon": "^2.2.1",
"http": "0.0.0",
"ip-address": "^5.8.6",
"lodash": "^4.17.4",
"mongo": "^0.1.0",
"mongoose": "^4.8.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-token": "^0.1.2",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"recursive-readdir-sync": "^1.0.6",
"response-time": "^2.3.2",
"socket.io": "^1.7.2",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.4"
}
}