git ssb

1+

kieran / horcrux-schemas-and-thoughts



Commit 707951cffedc5e5c1f850924ae7abcef1847c4e4

Revise package.json and add .gitignore

Kieran committed on 4/10/2018, 8:11:04 PM
Parent: 8f37914a1229a5f0f8d1b6726dcf8f9a835d2167

Files changed

package.jsonchanged
.gitignoreadded
package.jsonView
@@ -1,11 +1,20 @@
11 {
22 "name": "ssb-secrets",
33 "version": "1.0.0",
4- "description": "",
4 + "description": "ssb secrets module",
55 "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"
813 },
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 + }
1120 }
.gitignoreView
@@ -1,0 +1,2 @@
1 +node_modules/
2 +package-lock.json

Built with git-ssb-web