oasis/package.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2019-06-21 16:18:19 +00:00
{
2019-06-24 19:26:29 +00:00
"name": "@fraction/oasis",
2019-08-14 02:20:20 +00:00
"version": "1.18.0",
2019-06-23 18:46:22 +00:00
"main": "index.js",
"author": "Christian Bundy <christianbundy@fraction.io>",
"license": "ISC",
2019-06-21 16:18:19 +00:00
"dependencies": {
2019-06-28 20:55:05 +00:00
"debug": "^4.1.1",
2019-06-25 16:52:34 +00:00
"highlight.js": "^9.15.8",
"hyperaxe": "^1.3.0",
2019-06-23 18:46:22 +00:00
"koa": "^2.7.0",
2019-06-26 00:53:12 +00:00
"koa-body": "^4.1.0",
2019-06-25 16:52:34 +00:00
"koa-mount": "^4.0.0",
2019-06-23 18:46:22 +00:00
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
2019-06-23 18:46:22 +00:00
"lodash": "^4.17.11",
2019-06-25 16:59:59 +00:00
"open": "^6.3.0",
2019-06-23 18:46:22 +00:00
"pretty-ms": "^5.0.0",
"pull-stream": "^3.6.12",
"require-style": "^1.1.0",
"secret-stack": "^6.2.0",
"sharp": "^0.23.0",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^0.7.3",
"ssb-blobs": "^1.2.1",
2019-06-23 18:46:22 +00:00
"ssb-client": "^4.7.7",
"ssb-config": "github:ssbc/ssb-config#auto-config-incoming",
"ssb-db": "^19.3.0",
"ssb-ebt": "^5.6.6",
"ssb-friends": "^4.1.4",
"ssb-gossip": "^1.1.0",
"ssb-invite": "^2.1.3",
"ssb-links": "^3.0.8",
"ssb-local": "^1.0.0",
"ssb-logging": "^1.0.0",
2019-08-01 16:11:09 +00:00
"ssb-markdown": "^5.0.2",
"ssb-master": "^1.0.3",
"ssb-msgs": "^5.2.0",
"ssb-no-auth": "^1.0.0",
"ssb-onion": "^1.0.0",
"ssb-ooo": "^1.3.0",
"ssb-plugins": "^1.0.2",
"ssb-query": "^2.4.2",
"ssb-ref": "^2.13.9",
"ssb-replicate": "^1.3.0",
"ssb-unix-socket": "^1.0.0",
"ssb-ws": "^6.2.3",
"yargs": "^13.2.4"
},
2019-06-24 19:26:29 +00:00
"bin": {
"oasis": "./index.js"
},
"description": "friendly neighborhood scuttlebutt interface",
"repository": "git@github.com:fraction/oasis.git",
"devDependencies": {
2019-06-27 21:54:32 +00:00
"cspell": "^4.0.23",
"dependency-check": "^3.3.0",
2019-06-28 20:55:05 +00:00
"nodemon": "^1.19.1",
2019-07-26 17:09:16 +00:00
"standard": "^13.1.0"
},
"scripts": {
"start": "node index.js",
"debug": "nodemon --inspect index.js --debug",
2019-06-29 02:58:45 +00:00
"test": "test/script.sh",
"preversion": "test/script.sh"
}
2019-06-21 16:18:19 +00:00
}