-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (41 loc) · 1008 Bytes
/
package.json
File metadata and controls
44 lines (41 loc) · 1008 Bytes
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
{
"name": "thoughtsonsail-node-app",
"version": "1.0.0",
"description": "thoughts on sail node application",
"keywords": [
"thoughts",
"thoughtsonsail",
"thoughts on sail",
"amadeus",
"bluemix",
"roomstonite"
],
"author": {
"name": "warcops",
"email": "warcops@gmail.com",
"url": "http://www.novicethought.com/"
},
"homepage": "http://www.novicethought.com/",
"repository": {
"type": "git",
"url": "https://github.com/warcops/thack"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"express": "~4.5.1",
"mongoose": "~3.8.0",
"body-parser": "~1.4.2",
"method-override": "~2.0.2",
"prerender-node": "~2.1.0",
"compression": "1.6.0",
"node-cache": "3.0.0",
"request": "2.67.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}