-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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": "Votesavvy",
"version": "0.0.1",
"description": "A tool to help people vote",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"JSON": "^1.0.0",
"cfenv": "1.0.x",
"cloudant": "^1.0.0",
"dotenv": "^1.1.0",
"ejs": "^2.3.1",
"express": "4.12.x",
"https": "^1.0.0",
"jquery": "2.1.*",
"jsck": "^0.2.5",
"represent": "^0.2.2",
"request": "^2.57.0",
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"jade": "~1.9.2",
"morgan": "~1.6.1",
"serve-favicon": "~2.2.1",
"twitter-js-client": "~0.0.5",
"async": "~1.2.1",
"node-uuid": "~1.4.3",
"express-session": "~1.11.3",
"bluemixdatacache": "^0.0.6",
"mongo-morgan": "^1.0.1",
"heapdump": "^0.3.7",
"memwatch-next": "^0.2.7",
"connect-mongo": "^0.8.2",
"log4js": "^0.6.26",
"log4js-node-mongodb": "^0.1.5",
"twitter": "^1.2.5",
"geocoder": "~0.2.2"
},
"repository": {}
}