-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 973 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 973 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": "mochimo",
"version": "0.3.3",
"description": "The Mochimo Cryptocurrency Network Module for Node.js",
"main": "src/mochimo.js",
"scripts": {
"build-docs": "jsdoc2md --template docs/hbs/template --separators docs/hbs/sep --files src/* > docs/README.md",
"coverage-report": "nyc report --reporter=lcov && codecov",
"coverage-test": "nyc npm test",
"test": "semistandard && cd tests && node testall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisdigity/mochimo-nodejs.git"
},
"author": "Chrisdigity <chrisdigity@gmail.com>",
"license": "See LICENSE.TXT",
"bugs": {
"url": "https://github.com/chrisdigity/mochimo-nodejs/issues"
},
"homepage": "https://github.com/chrisdigity/mochimo-nodejs#readme",
"dependencies": {},
"devDependencies": {
"codecov": "^3.8.2",
"jsdoc-to-markdown": "^6.0.1",
"nyc": "^15.1.0",
"semistandard": "*"
}
}