flaska/package.json

21 lines
643 B
JSON
Raw Normal View History

{
"name": "bottle-node",
"version": "1.0.0",
"description": "Bottle is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.",
"main": "bottle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nfp-projects/bottle-node.git"
},
"author": "",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/nfp-projects/bottle-node/issues"
},
"homepage": "https://github.com/nfp-projects/bottle-node#readme"
}