39 lines
937 B
JSON
39 lines
937 B
JSON
{
|
|
"name": "@fraction/oasis",
|
|
"version": "1.9.3",
|
|
"main": "index.js",
|
|
"author": "Christian Bundy <christianbundy@fraction.io>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"highlight.js": "^9.15.8",
|
|
"hyperaxe": "^1.3.0",
|
|
"koa": "^2.7.0",
|
|
"koa-body": "^4.1.0",
|
|
"koa-mount": "^4.0.0",
|
|
"koa-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "^4.17.11",
|
|
"open": "^6.3.0",
|
|
"pretty-ms": "^5.0.0",
|
|
"pull-stream": "^3.6.12",
|
|
"ssb-client": "^4.7.7",
|
|
"ssb-markdown": "^5.0.1",
|
|
"ssb-messages": "^5.2.0",
|
|
"ssb-ref": "^2.13.9"
|
|
},
|
|
"bin": {
|
|
"oasis": "./index.js"
|
|
},
|
|
"description": "friendly neighborhood scuttlebutt interface",
|
|
"repository": "git@github.com:fraction/oasis.git",
|
|
"devDependencies": {
|
|
"cspell": "^4.0.23",
|
|
"dependency-check": "^3.3.0",
|
|
"standard": "^12.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "test/script.sh"
|
|
}
|
|
}
|