Files: 94fb17a34b157954144a3e8817557f2f57547095 / package.json
701 bytesRaw
1 | { |
2 | "name": "ticktack", |
3 | "version": "1.0.0", |
4 | "description": "", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "setup": "npm install electron electro -g", |
8 | "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", |
9 | "start": "electro main.js", |
10 | "test": "echo \"Error: no test specified\" && exit 1" |
11 | }, |
12 | "repository": { |
13 | "type": "git", |
14 | "url": "ssb://%tkJPTTaxOzfLbsewZmgC9CslSER0ntjQOcyhIk6y/cQ=.sha256" |
15 | }, |
16 | "author": "", |
17 | "license": "GPL-3.0", |
18 | "dependencies": { |
19 | "depject": "^4.1.0", |
20 | "depnest": "^1.3.0", |
21 | "mutant": "^3.21.2", |
22 | "patchcore": "^1.9.0", |
23 | "setimmediate": "^1.0.5" |
24 | } |
25 | } |
26 |
Built with git-ssb-web