2015-07-08 14:51:49 -07:00
|
|
|
{
|
|
|
|
"name": "ipfs-peer-id",
|
2015-08-25 10:39:44 +01:00
|
|
|
"version": "0.3.1",
|
2015-07-08 14:51:49 -07:00
|
|
|
"description": "IPFS Peer Id implementation in Node.js",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2015-07-08 15:34:34 -07:00
|
|
|
"test": "./node_modules/.bin/lab tests/*-test.js",
|
|
|
|
"coverage": "./node_modules/.bin/lab -t 100 tests/*-test.js",
|
|
|
|
"codestyle": "./node_modules/.bin/standard --format"
|
2015-07-08 14:51:49 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"IPFS"
|
|
|
|
],
|
2015-07-08 15:34:34 -07:00
|
|
|
"author": "David Dias <daviddias@ipfs.io>",
|
|
|
|
"license": "MIT",
|
|
|
|
"pre-commit": [
|
|
|
|
"codestyle",
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/diasdavid/node-ipfs-peer-id/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/diasdavid/node-ipfs-peer-id",
|
|
|
|
"devDependencies": {
|
|
|
|
"code": "^1.4.1",
|
|
|
|
"lab": "^5.13.0",
|
2015-08-25 10:39:15 +01:00
|
|
|
"pre-commit": "^1.1.1",
|
2015-07-08 15:34:34 -07:00
|
|
|
"standard": "^4.5.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bs58": "^2.0.1",
|
2015-07-10 11:50:58 -07:00
|
|
|
"multihashing": "^0.1.3"
|
2015-07-08 15:34:34 -07:00
|
|
|
}
|
2015-07-08 14:51:49 -07:00
|
|
|
}
|