forked from syscoin/pricepeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1010 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
38
39
40
{
"name": "pricepeg",
"version": "1.1.0",
"description": "Maintains SYS price peg against a variety of currencies",
"main": "dist/server.js",
"scripts": {
"build": "rm -rf dist && tsc && cp -R ./src/static/ ./dist/static/",
"test": "mocha ./dist/test"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/syscoin/pricepeg.git"
},
"author": "Dan Wasyluk",
"license": "ISC",
"bugs": {
"url": "https://github.com/syscoin/pricepeg/issues"
},
"homepage": "https://github.com/syscoin/pricepeg#readme",
"dependencies": {
"@types/mocha": "^2.2.35",
"del": "^2.2.0",
"express": "^4.13.4",
"fs": "0.0.2",
"http": "0.0.0",
"q": "^1.4.1",
"request-promise": "^2.0.1",
"syscoin": "2.2.0"
},
"devDependencies": {
"@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.1.4",
"when": "^3.7.7"
}
}