Files: f0668f9a8e9bd4c90739103f1c6582a4a483d2ae / package.json
707 bytesRaw
1 | { |
2 | "name": "scuttle-inject", |
3 | "version": "0.0.1", |
4 | "description": "an helper for injecting a scuttlebot server into all your scuttle-methods", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/ssbc/scuttle-inject.git" |
12 | }, |
13 | "keywords": [ |
14 | "scuttlebutt", |
15 | "scuttle", |
16 | "helper" |
17 | ], |
18 | "author": "mixmix", |
19 | "license": "AGPL-3.0", |
20 | "bugs": { |
21 | "url": "https://github.com/ssbc/scuttle-inject/issues" |
22 | }, |
23 | "homepage": "https://github.com/ssbc/scuttle-inject#readme", |
24 | "dependencies": { |
25 | "libnested": "^1.3.2", |
26 | "mutant": "^3.22.1", |
27 | "pull-defer": "^0.2.2" |
28 | } |
29 | } |
30 |
Built with git-ssb-web