-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
55
56
57
{
"name": "hello-mongoose",
"version": "0.3.0",
"description": "MongoDB with Mongoose on Node.js example",
"main": "app.js",
"engines": {
"node": ">=4.1.1",
"npm": ">=2.1.x"
},
"repository": "https://github.com/mongolab/hello-mongoose.git",
"authors": [
"Ben Wen",
"Chris Chang"
],
"license": "MIT",
"dependencies": {
"angular": "^1.4.8",
"async": "^1.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"coffee-script": "^1.10.0",
"connect-redis": "^3.0.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-flash": "0.0.2",
"express-session": "^1.12.1",
"jade": "~1.11.0",
"moment": "^2.10.6",
"mongoose": "^4.3.4",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"node-sass": "^3.4.2",
"node-sass-middleware": "^0.9.7",
"numeral": "^1.5.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"s3-uploader": "^1.1.0",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.4"
},
"changelog": [
{
"0.0.0": "Initial release"
},
{
"0.1.0": "Update to Mongoose 3.5.7; new MongoClient semantics"
},
{
"0.2.0": "Update to Mongoose 3.8.15; updated Node engine to 0.10.31; updated npm engine to >=1.4"
},
{
"0.3.0": "Update to Mongoose >=4.1.11; updated Node engine to >=4.1.1; updated npm engine to >=2.1.x"
}
],
"homepage": "http://hello-mongoose.herokuapp.com"
}