forked from wellsjo/cryptowatch-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 737 Bytes
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
{
"name": "cryptowatch-api",
"version": "0.0.3",
"description": "Cryptowatch api wrapper",
"main": "index.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc2md index.js > README.md"
},
"author": "Wells Johnston",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wellsjo/cryptowatch-api.git"
},
"bugs": {
"url": "https://github.com/wellsjo/cryptowatch-api/issues"
},
"homepage": "https://github.com/wellsjo/cryptowatch-api#readme",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.0"
},
"dependencies": {
"deep-extend": "^0.6.0",
"handlebars": "^4.0.11",
"marked": "^0.4.0",
"superagent": "^3.8.3",
"uglify-js": "^3.4.0"
}
}