oasis/package.json

39 lines
937 B
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-06-27 21:54:36 +00:00
"version": "1.9.4",
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-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",
"ssb-client": "^4.7.7",
"ssb-markdown": "^5.0.1",
2019-06-27 21:54:32 +00:00
"ssb-messages": "^5.2.0",
2019-06-25 00:07:18 +00:00
"ssb-ref": "^2.13.9"
},
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",
"standard": "^12.0.1"
},
"scripts": {
"start": "node index.js",
2019-06-27 21:54:32 +00:00
"test": "test/script.sh"
}
2019-06-21 16:18:19 +00:00
}