Commit 20048cc3023f598d6e9f253fdc863a82fba6f443
initialise package.json
mix irving committed on 11/2/2017, 12:54:41 PMParent: f5436dbac376af24741713aa91137bdff7cb10c3
Files changed
package.json | added |
package.json | |||
---|---|---|---|
@@ -1,0 +1,18 @@ | |||
1 … | +{ | ||
2 … | + "name": "patch-book", | ||
3 … | + "version": "1.0.0", | ||
4 … | + "description": "A book rating system for patch-core compatible scuttlebut clients", | ||
5 … | + "main": "index.js", | ||
6 … | + "directories": { | ||
7 … | + "test": "test" | ||
8 … | + }, | ||
9 … | + "scripts": { | ||
10 … | + "test": "echo \"Error: no test specified\" && exit 1" | ||
11 … | + }, | ||
12 … | + "repository": { | ||
13 … | + "type": "git", | ||
14 … | + "url": "ssb://%zoL1riX2mELF0j3dydWtQ+go4nI4jaByvm5Z02cRyaQ=.sha256" | ||
15 … | + }, | ||
16 … | + "author": "arj", | ||
17 … | + "license": "AGPL-3.0" | ||
18 … | +} |
Built with git-ssb-web