-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 876 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
38
39
40
41
42
43
{
"name": "wiki-plugin-ipfs",
"version": "0.0.1",
"description": "Federated Wiki - IpFs Plugin",
"keywords": [
"ipfs",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Alex Corbi",
"email": "[email protected]",
"url": "http://www.open-steps.org"
},
"contributors": [],
"scripts": {
"test": "mocha"
},
"devDependencies": {
"expect.js": "*",
"grunt": "~0.4",
"grunt-browserify": "^4.0.0",
"grunt-contrib-watch": "~0.6",
"grunt-mocha-test": "~0.12",
"mocha": "*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acorbi/wiki-plugin-ipfs.git"
},
"bugs": {
"url": "https://github.com/acorbi/wiki-plugin-ipfs/issues"
},
"engines": {
"node": "0.10"
},
"dependencies": {
"browserify": "^11.0.1",
"ipfs-api": "^2.1.5"
}
}