forked from rakeshok/shiba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 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
{
"name": "Shiba",
"version": "0.1.0",
"license": "AGPL-1.0",
"engines": {
"node": "^4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/moneypot/shiba.git"
},
"dependencies": {
"async-cache": "^1.0.0",
"autobahn": "^0.9.9",
"co": "^4.6.0",
"co-pg": "^1.3.1",
"co-request": "^1.0.0",
"co-wait": "0.0.0",
"debug": "^2.2.0",
"lodash": "^4.0.0",
"money": "^0.2.0",
"pg": "^4.4.3",
"poloniex.js": "^0.0.6",
"socket.io-client": "~1.4.4",
"word-wrap": "^1.1.0",
"ws": "^1.0.1"
},
"devDependencies": {
"eslint-config-google": "^0.3.0",
"jison": "^0.4.16"
},
"scripts": {
"start": "env $(cat .env | xargs) node --use_strict --harmony Shiba.js",
"start-dev": "env $(cat .env | xargs) nodemon --use_strict --harmony Shiba.js",
"makeparsers": "cd Cmd && for file in *.jison; do jison -p lr \"$file\"; done"
}
}