-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 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
{
"name": "satellizer-server-example",
"main": "server.js",
"scripts": {
"postinstall": "bower cache clean && bower install",
"start": "node server.js"
},
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.1.0",
"body-parser": "^1.12.0",
"bower": "~1.3.3",
"express": "^4.12.2",
"jwt-simple": "^0.2.0",
"lodash": "^3.4.0",
"moment": "^2.9.0",
"mongodb": "^1.4.34",
"mongoose": "~3.8.0",
"mongoskin": "^1.4.12",
"morgan": "^1.5.1",
"q": "^1.4.1",
"request": "^2.53.0"
},
"devDependencies": {
"browser-sync": "^2.2.5",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.1",
"gulp-nodemon": "^1.0.5",
"gulp-plumber": "^1.0.0",
"gulp-print": "^1.1.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"wiredep": "^2.2.2",
"yargs": "^3.5.4"
}
}