forked from diagramatics/btcmarkets-ticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 KB
/
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": "btcmarkets-ticker",
"version": "0.1.0",
"description": "A PWA for BTCMarkets market data.",
"author": "Steven Sinatra <ohai@diagramatics.me>",
"license": "MIT",
"dependencies": {
"aproba": "^1.1.2",
"cli-width": "^2.1.0",
"clone": "^2.1.1",
"delegates": "^1.0.0",
"has-unicode": "^2.0.1",
"iconv-lite": "^0.4.18",
"if-env": "^1.0.0",
"is-arrayish": "^0.3.1",
"is-promise": "^2.1.0",
"jschardet": "^1.4.2",
"lerna": "^2.0.0-rc.5",
"locate-path": "^2.0.0",
"moment": "^2.18.1",
"mute-stream": "0.0.7",
"p-limit": "^1.1.0",
"parse-json": "^2.2.0",
"pify": "^3.0.0",
"preact": "^8.1.0",
"readable-stream": "^2.3.3",
"restore-cursor": "^2.0.0",
"rx-lite-aggregates": "^4.0.8",
"shebang-command": "^1.2.0",
"tmp": "0.0.31",
"wide-align": "^1.1.2"
},
"scripts": {
"start": "lerna run start --scope btcmarkets-ticker-frontend --stream",
"deploy": "lerna exec --concurrency 1 --scope btcmarkets-ticker-frontend -- npm run deploy"
}
}