-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mediator",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "pm2 start server/server.js --no-daemon -i 0",
"init": "npm install && bower install && gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-module-path": "^1.0.5",
"aws-sdk": "^2.2.11",
"bcryptjs": "^2.3.0",
"body-parser": "~1.6.5",
"bower": "^1.5.3",
"connect-livereload": "^0.5.3",
"cors": "~2.4.1",
"del": "^2.0.2",
"express": "~4.8.5",
"express-jwt": "^3.3.0",
"fstream": "^1.0.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-inject": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-ng-html2js": "^0.2.0",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"jsonwebtoken": "^5.4.0",
"jwt-simple": "^0.3.1",
"less": "^2.5.3",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"mime-types": "^2.1.8",
"mkdirp": "^0.5.1",
"mongoose": "^4.0.5",
"morgan": "~1.2.3",
"multer": "^0.1.8",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-google-oauth2": "^0.1.6",
"request": "^2.64.0",
"restify": "~2.8.2",
"s3": "^4.4.0",
"sqwish": "^0.2.2",
"winston": "^2.1.1"
},
"private": true,
"devDependencies": {}
}