-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
{
"name": "hyperstruct",
"version": "0.0.6",
"description": "Self describing protocol buffers on IPFS",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SafeMarket/hyperstruct.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SafeMarket/hyperstruct/issues"
},
"homepage": "https://github.com/SafeMarket/hyperstruct#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"mocha": "^3.2.0"
},
"dependencies": {
"amorph": "^1.0.0",
"amorph-buffer": "^1.1.0",
"arguguard": "0.0.4",
"ipfs-amorph-api": "0.0.2",
"ipfs-api": "^12.1.4",
"protobufjs": "^6.5.3",
"testable-error": "^0.1.1"
}
}