forked from shehanshaman/UNIQuE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "coffee-shop",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"alert-node": "^1.2.3",
"body-parser": "~1.12.0",
"chai": "2.1.2",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"geo-tools": "0.1.2",
"is-empty": "^1.2.0",
"jade": "~1.9.2",
"jimp": "^0.5.6",
"js-alert": "^1.0.4",
"mocha": "2.2.1",
"mongod": "^2.0.0",
"mongodb": "^3.1.8",
"morgan": "~1.5.1",
"node-cache": "1.1.0",
"qrcode-reader": "^1.0.4",
"random-number": "0.0.9",
"serve-favicon": "~2.2.0",
"tap-telco-api": "0.1.11",
"yeast": "0.0.0"
}
}