-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "zuuljs",
"version": "0.9.8",
"description": "Particle access delegation manager",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tywalch/zuuljs.git"
},
"author": "Tyler W. Walch",
"license": "ISC",
"bugs": {
"url": "https://github.com/tywalch/zuuljs/issues"
},
"homepage": "https://github.com/tywalch/zuuljs#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.0",
"helmet": "^3.1.0",
"moment-timezone": "^0.5.10",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"particle-api-js": "^6.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"rand-token": "^0.2.1",
"sequelize": "^3.27.0",
"socket.io": "^1.5.0",
"timezone": "^1.0.6"
}
}