-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ticktack",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
"rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
"start": "electron .",
"dev": "ssb_appname=ssb electro main.js",
"postinstall": "echo 'REMEMBER: npm run rebuild'",
"test": "npm run test:deps",
"test:deps": "dependency-check package.json --entry main.js --entry background-process.js && dependency-check package.json --entry main.js --entry background-process.js --extra --no-dev"
},
"repository": {
"type": "git",
"url": "ssb://%tkJPTTaxOzfLbsewZmgC9CslSER0ntjQOcyhIk6y/cQ=.sha256"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"cross-script": "^1.0.5",
"depject": "^4.1.1",
"depnest": "^1.3.0",
"electron-default-menu": "^1.0.1",
"electron-window-state": "^4.1.1",
"font-awesome": "^4.7.0",
"html-escape": "^2.0.0",
"human-time": "0.0.1",
"hyper-nav": "^2.0.0",
"hypermore": "^2.0.0",
"insert-css": "^2.0.0",
"libnested": "^1.2.1",
"lodash": "^4.17.4",
"markdown-summary": "^1.0.3",
"micro-css": "^2.0.1",
"morphdom": "^2.3.3",
"mutant": "^3.21.2",
"mutant-scroll": "0.0.3",
"open-external": "^0.1.1",
"patch-history": "^1.0.0",
"patch-profile": "^1.0.2",
"patch-settings": "^1.0.0",
"patch-suggest": "^1.0.1",
"patchcore": "^1.12.0",
"pull-next": "^1.0.1",
"pull-next-step": "^1.0.0",
"pull-obv": "^1.3.0",
"pull-stream": "^3.6.0",
"read-directory": "^2.1.0",
"require-style": "^1.0.1",
"scuttlebot": "^10.4.10",
"setimmediate": "^1.0.5",
"ssb-about": "^0.1.0",
"ssb-backlinks": "^0.4.0",
"ssb-blobs": "^1.1.3",
"ssb-config": "^2.2.0",
"ssb-contacts": "0.0.2",
"ssb-friends": "^2.3.5",
"ssb-keys": "^7.0.10",
"ssb-markdown": "^3.3.0",
"ssb-mentions": "^0.4.0",
"ssb-private": "^0.1.2",
"ssb-query": "^0.1.2",
"ssb-reduce-stream": "^1.0.2",
"ssb-ref": "^2.7.1",
"ssb-ws": "^1.0.3",
"suggest-box": "^2.2.3",
"url": "^0.11.0"
},
"devDependencies": {
"dependency-check": "^2.9.1",
"electron": "~1.6.11",
"flat": "^4.0.0"
}
}