oasis/package.json

32 lines
821 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-24 22:00:17 +00:00
"version": "1.0.3",
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-23 18:46:22 +00:00
"ejs": "^2.6.2",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"koa-views": "^6.2.0",
"lodash": "^4.17.11",
"pretty-ms": "^5.0.0",
"pull-stream": "^3.6.12",
"ssb-client": "^4.7.7",
"ssb-markdown": "^5.0.1"
},
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": {
"dependency-check": "^3.3.0",
"ejs-lint": "^0.3.0",
"standard": "^12.0.1"
},
"scripts": {
"test": "standard && dependency-check ./package.json --unused --no-dev --ignore ejs && ejslint **/*.html"
}
2019-06-21 16:18:19 +00:00
}