-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
38
39
40
41
42
43
44
45
46
{
"name": "syscoin-price-peg-server",
"version": "1.4.0",
"description": "Server that monitors Syscoin exchange rate prices across a variety of highly-configurable currencies and updates the configured peg-alias anytime rates fluctuate outside a given range. Highly configurable.",
"main": "dist/server.js",
"scripts": {
"build": "rm -rf dist && tsc && cp -R ./src/static/ ./dist/static/",
"test": "mocha ./dist/test",
"start": "node dist/server $CONFIG"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syscoin/pricepeg.git"
},
"author": "Dan Wasyluk",
"license": "MIT",
"bugs": {
"url": "https://github.com/syscoin/pricepeg/issues"
},
"homepage": "https://github.com/syscoin/pricepeg#readme",
"dependencies": {
"@types/jquery": "^3.2.15",
"bootpag": "^1.0.7",
"del": "^2.2.0",
"express": "^4.13.4",
"fs": "0.0.2",
"highcharts": "^6.0.2",
"http": "0.0.0",
"ini": "^1.3.4",
"q": "^1.4.1",
"query": "^0.2.0",
"request-promise": "^2.0.1",
"syscoin-core": "^1.2.2"
},
"devDependencies": {
"@types/mocha": "^2.2.35",
"@types/node": "^6.0.52",
"@types/q": "0.0.32",
"assert": "^1.3.0",
"mocha": "^3.2.0",
"rewire": "^2.5.1",
"sinon": "^1.17.3",
"typescript": "^2.5.3",
"when": "^3.7.7"
}
}