standard-readme/package.json

37 lines
767 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",
2017-05-08 13:21:37 +00:00
"version": "1.1.0",
2016-05-12 22:00:56 +00:00
"description": "Readme Standard Style",
2017-05-08 13:21:14 +00:00
"main": "cat.js",
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",
2016-09-05 19:48:35 +00:00
"dependencies": {},
2016-05-12 22:01:09 +00:00
"coordinates": [
2017-05-08 13:21:37 +00:00
52.51285379999999,
13.4528379
2016-05-12 22:01:09 +00:00
]
2016-05-13 16:23:06 +00:00
}