-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "elecyr-site",
"version": "0.0.2",
"author": "Bill Southworth <[email protected]>",
"description": "©2012 Elecyr Corporation",
"scripts": {
"start": "node app"
},
"keywords": [
"renewable energy",
"off-grid",
"energy storage",
"passive house",
"passivhaus",
"battery management",
"LiFePO4"
],
"dependencies": {
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"commander": ">=0.6.1",
"connect-flash": ">=0.1.1",
"dotenv": "*",
"emailjs": ">=0.3.4",
"evernote": "*",
"express": ">=1.2.0",
"express-session": "^1.14.1",
"express-validator": "0.4.1",
"forever": ">=0.11.1",
"jade": "0.27.7",
"lodash": "^4.16.4",
"markdown": ">=0.4.0",
"moment": ">=2.0.0",
"mongodb": ">=1.3.10",
"mongoose": ">=3.6.11",
"node-inspector": ">=0.2.0beta4",
"node-nimble-api": "*",
"req-logger": "^1.1.0",
"stripe": ">=1.3.0",
"underscore": ">=1.4.4",
"websocket": ">=1.0.8",
"winston": "^1.0.1"
},
"engines": {
"node": ">=0.10"
}
}