Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dmef", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Double Minimal Expressjs Like Framework, it can be used for experimentation and learning purposes.", | ||
"files": ["App.js"], | ||
"files": [ | ||
"App.js" | ||
], | ||
"scripts": { | ||
@@ -11,11 +13,9 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"license": "MIT", | ||
"tags":[ | ||
"framework", | ||
"express", | ||
"learn", | ||
"experiment", | ||
"js" | ||
"tags": [ | ||
"framework", | ||
"express", | ||
"learn", | ||
"experiment", | ||
"js" | ||
] | ||
} | ||
@@ -36,3 +36,3 @@ # dmef | ||
## TODO | ||
* lots of cool stuff is coming! | ||
* Add other essential parts. | ||
@@ -39,0 +39,0 @@ ## License |
4081