-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "node-js-getting-started",
"version": "0.1.5",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "^1.4.2",
"backbone": "1.2.3",
"bcrypt-nodejs": "0.0.3",
"connect-flash": "^0.1.1",
"connect-pg-simple": "^3.0.2",
"cookie-parser": "^1.4.0",
"cookieparser": "^0.1.0",
"ejs": "2.3.3",
"errorhandler": "^1.4.2",
"express": "4.13.3",
"express-flash": "0.0.2",
"express-session": "^1.11.3",
"flash": "^1.1.0",
"handlebars": "4.0.3",
"handlebars-loader": "1.1.4",
"jquery": "2.1.4",
"lodash": "3.10.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"pg": "^4.4.2",
"pg-hstore": "^2.3.2",
"pg-native": "^1.9.0",
"sequelize": "^3.12.1",
"seedrandom": "2.4.2",
"rainbowvis.js": "1.0.1"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"webpack": "^1.12.2"
}
}