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