-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
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
{
"name": "tango",
"version": "1.0.0",
"description": "",
"engines": {
"node": "0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.4.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.2",
"express-session": "^1.11.3",
"lodash": "^4.17.19",
"mongodb": "^3.6.1",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.1.0",
"mongoose-unique-validator": "^0.4.1",
"passport": "^0.2.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"path": "^0.11.14",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"assert": "^1.3.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.7",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"mongoose-autopopulate": "^0.3.0",
"supertest": "^1.0.1"
}
}