-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 871 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 871 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
{
"name": "Insight",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hack Int-elligence",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.3",
"client-sessions": "^0.7.0",
"compression": "^1.5.2",
"debug": "^2.2.0",
"ejs": "^2.3.3",
"es6-promise": "^3.0.2",
"express": "^4.13.3",
"fb": "^0.7.3",
"googleplaces": "^0.6.0",
"hat": "0.0.3",
"moment": "^2.10.6",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.1.3",
"node-promise": "^0.5.12",
"oauth": "^0.9.14",
"parse": "^1.6.9",
"path": "^0.11.14",
"request": "^2.65.0",
"yelp": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hack-int-elligence/insight.git"
}
}