standard-readme/package.json

46 lines
982 B
JSON
Raw Normal View History

2015-12-27 21:02:09 +00:00
{
2017-05-08 13:21:22 +00:00
"name": "standard-readme-spec",
2019-12-10 15:12:48 +00:00
"version": "1.2.0",
"description": "A standard style for README files",
2017-11-14 20:08:30 +00:00
"bin": "cat.sh",
2015-12-27 21:02:09 +00:00
"repository": {
"type": "git",
2016-05-13 16:22:57 +00:00
"url": "git+https://github.com/RichardLitt/standard-readme.git"
2015-12-27 21:02:09 +00:00
},
"keywords": [
2016-05-13 16:22:57 +00:00
"standard",
2015-12-27 21:02:09 +00:00
"markdown",
"readme",
"parse",
2017-05-08 13:21:14 +00:00
"lint",
"standard-readme",
"spec",
"md",
"documentation"
2015-12-27 21:02:09 +00:00
],
2016-05-13 16:22:57 +00:00
"author": {
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"url": "http://burntfen.com"
},
2015-12-27 21:02:09 +00:00
"license": "MIT",
2016-05-13 16:22:57 +00:00
"bugs": {
"url": "https://github.com/RichardLitt/standard-readme/issues"
2015-12-27 21:02:09 +00:00
},
2016-05-13 16:23:06 +00:00
"homepage": "https://github.com/RichardLitt/standard-readme",
"dependencies": {
"opencollective": "^1.0.3"
},
2016-05-12 22:01:09 +00:00
"coordinates": [
2017-05-08 14:37:42 +00:00
52.5173031,
13.4535065
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/standard-readme"
},
"scripts": {
"postinstall": "opencollective-postinstall"
}
2018-08-20 14:38:24 +00:00
}