Commit 707951cffedc5e5c1f850924ae7abcef1847c4e4
Revise package.json and add .gitignore
Kieran committed on 4/10/2018, 8:11:04 PMParent: 8f37914a1229a5f0f8d1b6726dcf8f9a835d2167
Files changed
package.json | changed |
.gitignore | added |
package.json | |||
---|---|---|---|
@@ -1,11 +1,20 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "ssb-secrets", | |
3 | 3 … | "version": "1.0.0", | |
4 | - "description": "", | ||
4 … | + "description": "ssb secrets module", | ||
5 | 5 … | "main": "index.js", | |
6 | - "scripts": { | ||
7 | - "test": "echo \"Error: no test specified\" && exit 1" | ||
6 … | + "author": "kyphae", | ||
7 … | + "license": "ISC", | ||
8 … | + "dependencies": { | ||
9 … | + "flumeview-reduce": "^1.3.13", | ||
10 … | + "lodash": "^4.17.5", | ||
11 … | + "pull-stream": "^3.6.2", | ||
12 … | + "xtend": "^4.0.1" | ||
8 | 13 … | }, | |
9 | - "author": "", | ||
10 | - "license": "ISC" | ||
14 … | + "devDependencies": { | ||
15 … | + "pryjs": "^1.0.3", | ||
16 … | + "tape": "^4.9.0", | ||
17 … | + "scuttle-testbot": "^1.1.6", | ||
18 … | + "ssb-keys": "^7.0.14" | ||
19 … | + } | ||
11 | 20 … | } |
Built with git-ssb-web