-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.67 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": "ota-update",
"description": "OTA Firmware Updating API",
"keywords": [
"express",
"mongoose",
"mongodb",
"passport",
"demo"
],
"version": "4.0.0",
"private": false,
"author": "Nguyen The Nguyen <[email protected]> (http://ubisen.com)",
"repository": {
"type": "git",
"url": "https://github.com/nguyenthenguyen/ota-update.git"
},
"engines": {
"node": "0.11.13"
},
"scripts": {
"start": "NODE_PATH=./config:./app/controllers NODE_ENV=development ./node_modules/.bin/nodemon server.js",
"test": "NODE_PATH=./config:./app/controllers NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --timeout 10000 test/test-*.js"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "1.8.2",
"busboy-body-parser": "0.0.9",
"compression": "1.1.0",
"connect-flash": "0.1.1",
"connect-mongo": "0.4.1",
"cookie-parser": "1.3.3",
"cookie-session": "1.0.2",
"csurf": "1.6.1",
"express": "4.9.0",
"express-session": "1.8.2",
"forever": "0.11.1",
"gridfs-stream": "^1.1.1",
"imager": "0.2.7",
"method-override": "2.2.0",
"mongoose": "3.8.16",
"morgan": "1.3.1",
"multer": "0.1.4",
"notifier": "0.1.5",
"passport": "0.2.1",
"passport-facebook": "1.0.3",
"passport-github": "0.1.5",
"passport-google-oauth": "0.1.5",
"passport-http-bearer": "^1.0.1",
"passport-linkedin": "0.1.3",
"passport-local": "1.0.0",
"passport-twitter": "1.0.2",
"swig": "1.4.2",
"view-helpers": "0.1.5",
"winston": "0.8.0"
},
"devDependencies": {
"supertest": "0.13.0",
"should": "4.0.4",
"mocha": "1.21.4",
"nodemon": "1.2.1"
}
}