35 lines
713 B
JSON
35 lines
713 B
JSON
{
|
|
"name": "bitmessage",
|
|
"version": "0.0.0",
|
|
"description": "JavaScript Bitmessage library",
|
|
"main": "./lib/index",
|
|
"browser": {
|
|
"./lib/crypto": "./lib/crypto.browser"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && jshint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nekogrid/bitmessage.git"
|
|
},
|
|
"keywords": [
|
|
"bitmessage",
|
|
"crypto",
|
|
"library",
|
|
"messaging"
|
|
],
|
|
"author": "Kagami Hiiragi",
|
|
"license": "CC0",
|
|
"bugs": {
|
|
"url": "https://github.com/nekogrid/bitmessage/issues"
|
|
},
|
|
"homepage": "https://github.com/nekogrid/bitmessage",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"es6-promise": "^2.0.1",
|
|
"jshint": "*",
|
|
"mocha": "*"
|
|
}
|
|
}
|