larvitbase-www
Version:
Website framework based on larvitbase
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "larvitbase-www",
"version": "0.8.117",
"description": "Website framework based on larvitbase",
"main": "index.js",
"files": ["*.js"],
"scripts": {
"lint": "eslint *.js test/*.js",
"test:unit": "tape ./test/*.js",
"coverage": "nyc npm run test:unit",
"test": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitbase-www.git"
},
"keywords": [
"http",
"www",
"rest",
"framework"
],
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "https://github.com/larvit/larvitbase-www"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitbase-www/issues"
},
"homepage": "https://github.com/larvit/larvitbase-www#readme",
"dependencies": {
"ejs": "3.1.10",
"larvitbase": "4.0.125",
"larvitreqparser": "0.5.131",
"larvitrouter": "5.1.127",
"larvitutils": "5.1.161",
"lodash": "4.17.21",
"send": "1.2.0"
},
"devDependencies": {
"async": "3.2.6",
"axios": "0.27.2",
"eslint": "8.57.1",
"nyc": "17.1.0",
"tape": "5.9.0"
}
}