oasis/package.json

39 lines
1011 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-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>",
"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",
"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",
"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: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": {
"start": "node index.js",
"test": "standard && dependency-check ./package.json --unused --no-dev --ignore ejs && ejslint **/*.html"
}
2019-06-21 16:18:19 +00:00
}