-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
56 lines (56 loc) · 1.5 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ipscend",
"version": "0.4.3",
"description": "Web Application publishing made simple and distributed with IPFS ",
"bin": {
"ipscend": "src/cli/bin.js",
"lch": "src/cli/bin.js"
},
"scripts": {
"lint": "aegir-lint",
"test": "aegir-test --env node",
"release": "aegir-release --env no-build",
"release-minor": "aegir-release --type minor --env no-build",
"release-major": "aegir-release --type major --env no-build",
"coverage": "aegir-coverage",
"coverage-publish": "aegir-coverage publish"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/ipscend.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/ipscend/issues"
},
"homepage": "https://github.com/diasdavid/ipscend",
"dependencies": {
"asking": "^0.1.2",
"ipfs-api": "^14.0.2",
"ipfsd-ctl": "^0.21.0",
"ndjson-aggregator": "^0.1.2",
"node-static": "^0.7.9",
"open": "0.0.5",
"ronin": "^0.3.11",
"webshot": "^0.18.0"
},
"devDependencies": {
"aegir": "^11.0.2",
"pre-commit": "^1.2.2"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"Francisco Baio Dias <xicombd@gmail.com>",
"Isaac Lewis <ikelewis678@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}