|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "@mightyplow/blindtext",
|
|
|
- "version": "0.0.3",
|
|
|
- "description": "",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "A JavaScript blindtext generator",
|
|
|
"main": "blindtext.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -10,7 +10,11 @@
|
|
|
"type": "git",
|
|
|
"url": "git@git.mightyplow.net:mightyplow/js-blindtext.git"
|
|
|
},
|
|
|
- "keywords": [],
|
|
|
- "author": "",
|
|
|
+ "keywords": ["lorem ipsum", "blindtext"],
|
|
|
+ "author": {
|
|
|
+ "name": "mightyplow",
|
|
|
+ "email": "mightyplow@gmail.com",
|
|
|
+ "url": "https://git.mightyplow.net/mightyplow"
|
|
|
+ },
|
|
|
"license": "ISC"
|
|
|
}
|