forked from bandaranaike/node-shopping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 957 Bytes
/
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
{
"name": "node-shopping",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-session": "^1.14.1",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"mysql": "^2.11.1",
"serve-favicon": "~2.3.0"
},
"description": "This application is designed for a shopping cart.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bandaranaike/node-shopping.git"
},
"keywords": [
"nodejs",
"shopping"
],
"author": "bandaranaike",
"license": "MIT",
"bugs": {
"url": "https://github.com/bandaranaike/node-shopping/issues"
},
"homepage": "https://github.com/bandaranaike/node-shopping#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2"
}
}