39 lines
1011 B
JSON
39 lines
1011 B
JSON
{
|
|
"name": "@fraction/oasis",
|
|
"version": "1.7.4",
|
|
"main": "index.js",
|
|
"author": "Christian Bundy <christianbundy@fraction.io>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^2.6.2",
|
|
"highlight.js": "^9.15.8",
|
|
"koa": "^2.7.0",
|
|
"koa-mount": "^4.0.0",
|
|
"koa-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^6.2.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-msgs": "^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": {
|
|
"dependency-check": "^3.3.0",
|
|
"ejs-lint": "^0.3.0",
|
|
"standard": "^12.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "standard && dependency-check ./package.json --unused --no-dev --ignore ejs && ejslint **/*.html"
|
|
}
|
|
}
|