31 lines
641 B
JSON
31 lines
641 B
JSON
{
|
|
"name": "mystorage_v2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"check": "standard --fix --verbose",
|
|
"test": "mocha --exit test/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"kcors": "^2.2.1",
|
|
"koa": "^2.5.0",
|
|
"koa-body": "^2.5.0",
|
|
"koa-logger": "^3.2.0",
|
|
"koa-mount": "^3.0.0",
|
|
"koa-router": "^7.4.0",
|
|
"koa-session2": "^2.2.5",
|
|
"koa-static": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^3.0.0",
|
|
"mocha": "^4.1.0",
|
|
"standard": "^10.0.3"
|
|
}
|
|
}
|