-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 919 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
41
{
"name": "node-js-getting-started",
"version": "0.1.3",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "latest",
"redis": "latest",
"express-form": "latest",
"moment": "latest",
"moment-timezone": "latest",
"bootstrap": "latest",
"async": "latest",
"mongoose": "latest",
"mongodb": "latest",
"basic-auth": "latest",
"body-parser": "latest",
"morgan": "latest",
"jade": "latest",
"validator": "latest",
"secure-random": "latest",
"base32": "latest",
"wordcount": "latest"
},
"engines": {
"node": "0.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}