2019-06-21 16:18:19 +00:00
|
|
|
{
|
2019-06-24 19:26:29 +00:00
|
|
|
"name": "@fraction/oasis",
|
2019-06-25 22:29:53 +00:00
|
|
|
"version": "1.8.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"author": "Christian Bundy <christianbundy@fraction.io>",
|
2019-06-24 19:13:16 +00:00
|
|
|
"license": "ISC",
|
2019-06-21 16:18:19 +00:00
|
|
|
"dependencies": {
|
2019-06-23 18:46:22 +00:00
|
|
|
"ejs": "^2.6.2",
|
2019-06-25 16:52:34 +00:00
|
|
|
"highlight.js": "^9.15.8",
|
2019-06-23 18:46:22 +00:00
|
|
|
"koa": "^2.7.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",
|
2019-06-25 03:10:13 +00:00
|
|
|
"koa-static": "^5.0.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"koa-views": "^6.2.0",
|
|
|
|
"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",
|
2019-06-24 22:46:20 +00:00
|
|
|
"ssb-markdown": "^5.0.1",
|
2019-06-25 00:07:18 +00:00
|
|
|
"ssb-msgs": "^5.2.0",
|
|
|
|
"ssb-ref": "^2.13.9"
|
2019-06-24 19:13:16 +00:00
|
|
|
},
|
2019-06-24 19:26:29 +00:00
|
|
|
"bin": {
|
|
|
|
"oasis": "./index.js"
|
|
|
|
},
|
2019-06-24 19:13:16 +00:00
|
|
|
"description": "friendly neighborhood scuttlebutt interface",
|
2019-06-24 22:00:10 +00:00
|
|
|
"repository": "git@github.com:fraction/oasis.git",
|
|
|
|
"devDependencies": {
|
|
|
|
"dependency-check": "^3.3.0",
|
|
|
|
"ejs-lint": "^0.3.0",
|
|
|
|
"standard": "^12.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-06-24 22:46:20 +00:00
|
|
|
"start": "node index.js",
|
2019-06-24 22:00:10 +00:00
|
|
|
"test": "standard && dependency-check ./package.json --unused --no-dev --ignore ejs && ejslint **/*.html"
|
|
|
|
}
|
2019-06-21 16:18:19 +00:00
|
|
|
}
|