git ssb

0+

mixmix / scuttle-inject



Tree: 4ed249632b78e458d4fe98521e6f0995546bff38

Files: 4ed249632b78e458d4fe98521e6f0995546bff38 / package.json

707 bytesRaw
1{
2 "name": "scuttle-inject",
3 "version": "1.0.0",
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