UNPKG

865 BJSONView Raw
1{
2 "name": "libp2p-record",
3 "version": "0.1.2",
4 "description": "IPRS Record implementation",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/lab tests/*test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/diasdavid/js-libp2p-record.git"
12 },
13 "keywords": [
14 "IPFS"
15 ],
16 "engines": {
17 "node": "^4.0.0"
18 },
19 "pre-commit": [],
20 "author": "David Dias <daviddias@ipfs.io>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/diasdavid/js-libp2p-record/issues"
24 },
25 "homepage": "https://github.com/diasdavid/js-libp2p-record",
26 "devDependencies": {
27 "code": "^1.5.0",
28 "lab": "^5.15.2",
29 "pre-commit": "^1.1.1",
30 "standard": "^5.1.1",
31 "merkledag-store": "^0.1.0"
32 },
33 "dependencies": {
34 "multihashing": "^0.1.3",
35 "ecdsa": "^0.6.0",
36 "ipld": "^0.4.0"
37 }
38}