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",
|
||||
"version": "1.0.0",
|
||||
"name": "flaska-node",
|
||||
"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.",
|
||||
"main": "flaska.mjs",
|
||||
"scripts": {
|
||||
|
@ -11,7 +11,16 @@
|
|||
"type": "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",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nfp-projects/bottle-node/issues"
|
||||
|
@ -19,5 +28,10 @@
|
|||
"homepage": "https://github.com/nfp-projects/bottle-node#readme",
|
||||
"devDependencies": {
|
||||
"eltro": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"flaska.mjs",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue