oasis/package.json
2019-06-30 11:56:20 -07:00

55 lines
1.4 KiB
JSON

{
"name": "@fraction/oasis",
"version": "1.13.2",
"main": "index.js",
"author": "Christian Bundy <christianbundy@fraction.io>",
"license": "ISC",
"dependencies": {
"debug": "^4.1.1",
"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",
"require-style": "^1.1.0",
"secret-stack": "^6.2.0",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^0.7.3",
"ssb-blobs": "^1.2.1",
"ssb-client": "^4.7.7",
"ssb-config": "^3.3.1",
"ssb-db": "^19.3.0",
"ssb-gossip": "^1.1.0",
"ssb-markdown": "github:ssbc/ssb-markdown#backcompat",
"ssb-master": "^1.0.3",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
"ssb-replicate": "^1.3.0",
"ssb-ws": "^6.2.3",
"yargs": "^13.2.4"
},
"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",
"nodemon": "^1.19.1",
"standard": "^12.0.1"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js --debug",
"test": "test/script.sh",
"preversion": "test/script.sh"
}
}