-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "linkgoLab",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt": "^0.8.6",
"body-parser": "~1.13.2",
"connect-mongo": "^1.2.0",
"cookie-parser": "~1.3.5",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"i18n": "^0.8.2",
"ioredis": "^2.0.1",
"jade": "~1.11.0",
"jquery": "^2.2.4",
"jquery.cookie": "^1.4.1",
"moment": "^2.13.0",
"mongoose": "^4.4.19",
"morgan": "~1.6.1",
"mqtt": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.0.2",
"pg-hstore": "^2.3.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"sequelize": "^3.23.4",
"serve-favicon": "~2.3.0",
"tracer": "^0.8.3"
},
"devDependencies": {
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.6",
"browserify": "^13.0.1",
"del": "^2.2.1",
"fittext.js": "^1.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-help": "^1.6.1",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"path": "^0.12.7",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"request": "^2.74.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.7.0"
},
"_backup": {
"map-stream": "0.0.6",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.2.1",
"yamljs": "^0.2.7",
"semantic-ui": "^2.1.8",
"better-console": "^0.2.4",
"del": "^2.2.0",
"extend": "^3.0.0"
}
}