-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "teapots",
"description": "A internet-store",
"version": "1.0.0",
"private": true,
"author": "Artur Zayats <[email protected]> (http://zag2art.github.com)",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/nodemon server.js"
},
"dependencies": {
"express": "latest",
"hogan-express": "latest",
"mongoose": "latest",
"mongoose-text-search": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"underscore": "latest",
"gzippo": "latest",
"async": "latest",
"view-helpers": "latest",
"passport": "latest",
"passport-local": "latest",
"nodemailer": "latest",
"forever": "latest",
"hogan.js": "latest",
"moment": "latest",
"mongoose-id-autoinc": "2013.4.27-3",
"request": "latest",
"sitemap": "latest",
"mongodb-short-id": "latest",
"js2yml": "latest",
"base32": "latest",
"html-to-text": "latest",
"express-force-domain": "0.0.6"
},
"devDependencies": {
"nodemon": "latest"
}
}