-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "tsm-from-scratch",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.0.2",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"jade": "~1.6.0",
"lodash": "^2.4.1",
"mongoose": "^3.8.17",
"morgan": "~1.3.0",
"request": "^2.45.0",
"serve-favicon": "~2.1.3",
"xml2js": "^0.4.4"
},
"devDependencies": {
"browser-sync": "^1.3.7",
"del": "~0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-concat": "^2.4.0",
"gulp-gh-pages": "^0.3.4",
"gulp-hologram": "^1.0.1",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-css": "^0.3.8",
"gulp-notify": "^1.6.0",
"gulp-rename": "~1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "~1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^0.4.0",
"run-sequence": "~0.3.6",
"yargs": "^1.3.1"
}
}