-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "ssb-browser-core",
"description": "",
"version": "14.0.0",
"homepage": "https://github.com/arj03/ssb-browser-core",
"repository": {
"type": "git",
"url": "git@github.com:arj03/ssb-browser-core.git"
},
"dependencies": {
"atomic-file-rw": "^0.3.0",
"gossip-query": "^2.0.2",
"polyraf": "^1.1.0",
"pull-cont": "^0.1.1",
"pull-defer": "^0.2.3",
"pull-notify": "^0.1.1",
"pull-stream": "^3.6.14",
"push-stream": "^11.0.0",
"push-stream-to-pull-stream": "^1.0.3",
"sanitize-filename": "^1.6.3",
"secret-stack": "^6.3.2",
"ssb-caps": "^1.1.0",
"ssb-conn": "^6.0.0",
"ssb-db2": "^6.0.0",
"ssb-ebt": "^9.0.0",
"ssb-friends": "^5.1.0",
"ssb-keys": "^8.0.2",
"ssb-no-auth": "^1.0.0",
"ssb-ref": "^2.14.3",
"ssb-replication-scheduler": "^2.0.1",
"ssb-room-client": "^2.0.0",
"ssb-sort": "^1.1.3",
"ssb-validate": "^4.1.4",
"ssb-ws": "^6.2.3"
},
"devDependencies": {
"browserify": "^17.0.0",
"rimraf": "^3.0.2",
"tape": "^5.3.1",
"uglifyify": "^5.0.2"
},
"scripts": {
"build": "mkdir -p dist && browserify --full-paths browser.js > dist/bundle-core.js",
"release": "mkdir -p dist && browserify -g uglifyify browser.js > dist/bundle-core.js",
"test": "set -e; for t in test/*.js; do tape $t; done"
},
"author": "arj",
"license": "Beerware"
}