-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 860 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
33
34
35
36
37
38
{
"name": "sci-server",
"version": "0.1.0",
"description": "Spare Coin Investing's API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtarre/sci-server.git"
},
"keywords": [
"plaid",
"coinbase",
"bitcoin"
],
"author": "Jason Tarre",
"license": "ISC",
"bugs": {
"url": "https://github.com/jtarre/sci-server/issues"
},
"homepage": "https://github.com/jtarre/sci-server#readme",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"coinbase": "^2.0.6",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"moment": "^2.19.1",
"plaid": "^2.1.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}