forked from jeremyhenrickson/token-app-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 668 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 668 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
{
"name": "token-app-js",
"version": "0.1.1",
"description": "",
"main": "src/bot.js",
"dependencies": {
"chalk": "^1.1.3",
"ethjs-unit": "^0.1.6",
"glob": "^7.1.1",
"js-yaml": "^3.7.0",
"mkdirp": "^0.5.1",
"pg": "^6.1.2",
"redis": "^2.6.5",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"sofa-js": "sofaprotocol/sofa-js#34c6aa7",
"word-wrap": "^1.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"console": "nodemon -L src/lib/Console.js config.yml"
},
"engines": {
"node": "7.4.0"
},
"author": "Token",
"license": "ISC"
}