forked from anqi-lu/elevate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 870 Bytes
/
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
{
"name": "elevate",
"version": "1.0.0",
"description": "Stocks investments can be intimidating. This is a HackMIT project to get college students started with stocks!",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.5.0"
},
"repository": "github:anqi-lu/elevate.git",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anqi-lu/elevate/issues"
},
"homepage": "https://github.com/anqi-lu/elevate#readme",
"dependencies": {
"aylien-news-api": "^2.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.15.0",
"coinbase": "^2.0.6",
"config": "^1.26.2",
"express": "^4.13.4",
"mongoose": "^4.11.11",
"pug": "^2.0.0-rc.4",
"request": "^2.72.0",
"robinhood": "^1.1.1",
"showdown": "^1.7.4"
}
}