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