Commit ce375da17a50a713361509fbf70ff5ccf225d1f4
starting to prepare for packaged apps
Matt McKegg committed on 11/5/2016, 3:28:28 PMParent: 4e87fb7f772146e90bc4f79a30bed7079d748a46
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,35 +1,36 @@ | ||
1 | 1 | { |
2 | 2 | "name": "patchwork-next", |
3 | - "version": "0.0.0", | |
4 | - "description": "", | |
3 | + "productName": "Patchwork", | |
4 | + "version": "3.0.0", | |
5 | + "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", | |
5 | 6 | "main": "index.js", |
6 | 7 | "scripts": { |
7 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 9 | "start": "electron index.js", |
9 | 10 | "postinstall": "npm run rebuild", |
10 | 11 | "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell" |
11 | 12 | }, |
12 | - "author": "", | |
13 | + "author": "Secure Scuttlebutt Consortium", | |
13 | 14 | "license": "GPL", |
14 | 15 | "dependencies": { |
15 | 16 | "@mmckegg/mutant": "~3.7.1", |
16 | 17 | "atomic-file": "^0.1.0", |
17 | 18 | "data-uri-to-buffer": "0.0.4", |
18 | 19 | "deep-equal": "^1.0.1", |
19 | - "electron": "~1.4.4", | |
20 | 20 | "electron-default-menu": "~1.0.0", |
21 | 21 | "graphmitter": "^1.6.3", |
22 | 22 | "has-network": "0.0.0", |
23 | 23 | "insert-css": "~1.0.0", |
24 | 24 | "is-visible": "^2.1.1", |
25 | + "level": "~1.4.0", | |
25 | 26 | "level-memview": "0.0.0", |
26 | - "level": "~1.4.0", | |
27 | 27 | "micro-css": "~0.6.2", |
28 | 28 | "non-private-ip": "^1.4.1", |
29 | 29 | "on-change-network": "0.0.2", |
30 | 30 | "on-wakeup": "^1.0.1", |
31 | 31 | "patchbay": "~4.0.1", |
32 | + "prebuild": "github:mmckegg/prebuild#use-npm-conf", | |
32 | 33 | "pull-abortable": "^4.1.0", |
33 | 34 | "pull-file": "~1.0.0", |
34 | 35 | "pull-identify-filetype": "^1.1.0", |
35 | 36 | "pull-next": "0.0.2", |
@@ -47,6 +48,9 @@ | ||
47 | 48 | "ssb-query": "~0.1.1", |
48 | 49 | "ssb-ref": "~2.6.2", |
49 | 50 | "ssb-sort": "^1.0.0", |
50 | 51 | "statistics": "^3.3.0" |
52 | + }, | |
53 | + "devDependencies": { | |
54 | + "electron": "~1.4.4" | |
51 | 55 | } |
52 | 56 | } |
Built with git-ssb-web