git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit ce375da17a50a713361509fbf70ff5ccf225d1f4

starting to prepare for packaged apps

Matt McKegg committed on 11/5/2016, 3:28:28 PM
Parent: 4e87fb7f772146e90bc4f79a30bed7079d748a46

Files changed

package.jsonchanged
package.jsonView
@@ -1,35 +1,36 @@
11 {
22 "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).",
56 "main": "index.js",
67 "scripts": {
78 "test": "echo \"Error: no test specified\" && exit 1",
89 "start": "electron index.js",
910 "postinstall": "npm run rebuild",
1011 "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
1112 },
12- "author": "",
13+ "author": "Secure Scuttlebutt Consortium",
1314 "license": "GPL",
1415 "dependencies": {
1516 "@mmckegg/mutant": "~3.7.1",
1617 "atomic-file": "^0.1.0",
1718 "data-uri-to-buffer": "0.0.4",
1819 "deep-equal": "^1.0.1",
19- "electron": "~1.4.4",
2020 "electron-default-menu": "~1.0.0",
2121 "graphmitter": "^1.6.3",
2222 "has-network": "0.0.0",
2323 "insert-css": "~1.0.0",
2424 "is-visible": "^2.1.1",
25+ "level": "~1.4.0",
2526 "level-memview": "0.0.0",
26- "level": "~1.4.0",
2727 "micro-css": "~0.6.2",
2828 "non-private-ip": "^1.4.1",
2929 "on-change-network": "0.0.2",
3030 "on-wakeup": "^1.0.1",
3131 "patchbay": "~4.0.1",
32+ "prebuild": "github:mmckegg/prebuild#use-npm-conf",
3233 "pull-abortable": "^4.1.0",
3334 "pull-file": "~1.0.0",
3435 "pull-identify-filetype": "^1.1.0",
3536 "pull-next": "0.0.2",
@@ -47,6 +48,9 @@
4748 "ssb-query": "~0.1.1",
4849 "ssb-ref": "~2.6.2",
4950 "ssb-sort": "^1.0.0",
5051 "statistics": "^3.3.0"
52+ },
53+ "devDependencies": {
54+ "electron": "~1.4.4"
5155 }
5256 }

Built with git-ssb-web