-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "smart-sensing-lab-www",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node bin/www"
},
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.13.3",
"brick-liquid": "^3.0.1",
"brick.js": ">=2.3.0",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.3.5",
"debug": "^4.3.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"ldapjs": "^2.2.4",
"lodash": "^4.17.21",
"lorem-ipsum": "^1.0.3",
"marked": "^4.0.10",
"method-override": "^2.3.10",
"mongoose": "^5.11.9",
"mongoose-query-paginate": "^1.0.3",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"natives": "^1.1.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0",
"string-format": "^2.0.0"
},
"devDependencies": {
"async": "^2.0.0-rc.4",
"brick-asset": "^1.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-file": "^0.3.0",
"gulp-jsbeautifier": "^2.0.3",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-ssh": "^0.5.5",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5"
}
}