standard-readme/package.json
Richard Littauer 23b1a58109 1.0.17
2016-07-07 16:24:51 +01:00

38 lines
809 B
JSON

{
"name": "standard-readme",
"version": "1.0.17",
"description": "Readme Standard Style",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RichardLitt/standard-readme.git"
},
"keywords": [
"standard",
"markdown",
"readme",
"parse",
"lint"
],
"author": {
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"url": "http://burntfen.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardLitt/standard-readme/issues"
},
"homepage": "https://github.com/RichardLitt/standard-readme",
"dependencies": {
"graceful-fs": "^4.1.2"
},
"coordinates": [
41.1473926,
-8.615821799999999
]
}