This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "thanks",
"version": "0.0.0",
"description": "WIP - nothing to see here",
"main": "index.js",
"dependencies": {
"after-all": "^2.0.2",
"copy-paste": "^1.1.3",
"hyperlog": "^4.5.0",
"level": "^1.3.0",
"lexicographic-integer": "^1.1.0",
"menubar": "^2.1.2",
"osx-notifier": "^0.2.1",
"page": "^1.6.3",
"protocol-buffers": "^3.1.2",
"pump": "^1.0.0",
"ractive": "^0.7.3",
"signalhub": "^4.2.1",
"stream-collector": "^1.0.1",
"sublevel-prefixer": "^1.0.0",
"subleveldown": "^2.0.0",
"through2": "^2.0.0",
"webrtc-swarm": "^1.2.0",
"wifi-list": "^1.0.0",
"wifi-name": "^1.0.9",
"wifi-password": "^1.0.9"
},
"devDependencies": {
"memdb": "^1.0.1",
"standard": "*",
"electron-packager": "^4.0.0",
"electron-prebuilt": "^0.30.4",
"publish-release": "^1.0.1"
},
"scripts": {
"test": "standard",
"start": "electron app.js",
"build": "electron-packager app.js Thanks --platform=darwin --arch=x64 --version=0.30.1 --ignore='node_modules/electron-(packager|prebuild)'",
"publish": "publish-release --template notes.md --assets Thanks.zip",
"rebuild-leveldb": "cd node_modules/level/node_modules/leveldown && set HOME=~/.electron-gyp && node-gyp rebuild --target=0.30.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/thanks.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/thanks/issues"
},
"homepage": "https://github.com/mafintosh/thanks"
}