Update package slightly
This commit is contained in:
parent
c8290126fa
commit
3c4259e262
1 changed files with 18 additions and 4 deletions
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "flasha-node",
|
"name": "flaska-node",
|
||||||
"version": "1.0.0",
|
"version": "0.9.0",
|
||||||
"description": "Flaska 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.",
|
"description": "Flaska 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": "flaska.mjs",
|
"main": "flaska.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -11,7 +11,16 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nfp-projects/bottle-node.git"
|
"url": "git+https://github.com/nfp-projects/bottle-node.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"keywords": [
|
||||||
|
"web",
|
||||||
|
"app",
|
||||||
|
"http",
|
||||||
|
"application",
|
||||||
|
"framework",
|
||||||
|
"middleware",
|
||||||
|
"rack"
|
||||||
|
],
|
||||||
|
"author": "Jonatan Nilsson",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nfp-projects/bottle-node/issues"
|
"url": "https://github.com/nfp-projects/bottle-node/issues"
|
||||||
|
@ -19,5 +28,10 @@
|
||||||
"homepage": "https://github.com/nfp-projects/bottle-node#readme",
|
"homepage": "https://github.com/nfp-projects/bottle-node#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eltro": "^1.1.0"
|
"eltro": "^1.1.0"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"flaska.mjs",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue