-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 980 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": "cryptoys",
"private": true,
"scripts": {
"start": "meteor run",
"deploy": "./deploy.sh"
},
"dependencies": {
"@you21979/poloniex.com": "krizka/node-poloniex#d306b87",
"autobahn": "^17.5.2",
"babel-runtime": "^6.20.0",
"dsjslib": "^0.6.14",
"eventemitter": "^0.3.3",
"immutability-helper": "^2.2.0",
"lodash": "latest",
"meteor-node-stubs": "~0.2.4",
"moment": "^2.18.1",
"node-emoji": "^1.5.1",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-bs-notifier": "^4.3.2",
"react-d3-basic": "^1.6.11",
"react-d3-components": "^0.6.6",
"react-dom": "^15.5.4",
"react-helmet": "^5.0.3",
"react-komposer": "^2.0.0",
"react-redux": "^5.0.5",
"react-router": "^2.0.0",
"react-router-bootstrap": "rr-v3",
"recompose": "^0.23.4",
"redux": "^3.6.0",
"request": "^2.81.0",
"tcomb-form": "^0.9.16",
"telegram-bot-api": "^1.2.0",
"ws": "latest"
}
}