-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"name": "ntuee-starter-kit",
"version": "1.0.0",
"description": "NTUEE INFO starter kit",
"main": "server.js",
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"serve": "node server.js"
},
"author": "NTUEE info dept.",
"license": "ISC",
"browser": {},
"browserify-shim": {
"lodash": "_"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"lodash": "^4.6.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.5",
"morgan": "^1.7.0",
"pug": "^0.1.0",
"winston": "^2.2.0"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"cssnano": "^3.5.2",
"factor-vinylify": "^3.0.4",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-load-plugins": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-postcss": "^6.1.0",
"gulp-stylus": "^2.3.0",
"gulp-util": "^3.0.7",
"nib": "^1.1.0",
"postcss-import": "^8.0.2",
"sanitize.css": "^3.2.0"
}
}