-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
47
{
"name": "ows-rate-service",
"version": "1.1.10",
"description": "Fetch rates from various crypto markets and provide quotes",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"keywords": [
"Crypto",
"markets",
"rates"
],
"author": "Ian Patton <ian@owstack.org>",
"license": "MIT",
"dependencies": {
"highland": "^2.13.0",
"lodash": "^4.17.11",
"mathjs": "^5.0.4",
"nconf": "^0.10.0",
"polka": "^0.3.4",
"pusher-js": "^4.2.2",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"ws": "^6.1.3"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owstack/rate-service.git"
},
"bugs": {
"url": "https://github.com/owstack/rate-service/issues"
},
"homepage": "https://github.com/owstack/rate-service#readme"
}