Files: 4c1e23215b86606a2ac892668791774832754f9e / package.json
499 bytesRaw
1 | { |
2 | "name": "ssb-config", |
3 | "description": "load ssb config", |
4 | "version": "2.1.1", |
5 | "homepage": "https://github.com/dominictarr/ssb-config", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-config.git" |
9 | }, |
10 | "dependencies": { |
11 | "deep-extend": "^0.4.0", |
12 | "non-private-ip": "^1.2.1", |
13 | "os-homedir": "^1.0.1", |
14 | "rc": "^1.1.6" |
15 | }, |
16 | "devDependencies": {}, |
17 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web