-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "infinite-game",
"version": "1.0.2",
"description": "organise things with people. build a better world. good luck",
"main": "index.js",
"scripts": {
"start": "electron index.js",
"start-frameless": "FRAME=false npm start",
"test": "standard --fix",
"rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
"postinstall": "npm run rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmix/infinite-game.git"
},
"keywords": [
"scuttlebutt",
"gatherings",
"calender"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mixmix/infinite-game/issues"
},
"homepage": "https://github.com/mixmix/infinite-game#readme",
"dependencies": {
"depject": "^4.1.1",
"depnest": "^1.3.0",
"libnested": "^1.3.2",
"patchbay": "^7.15.6",
"read-directory": "^3.0.1"
},
"devDependencies": {
"cross-script": "^1.0.5",
"electron": "^2.0.12",
"standard": "^12.0.1"
}
}