standard-readme/package.json

38 lines
801 B
JSON
Raw Normal View History

2015-12-27 21:02:09 +00:00
{
2016-05-12 21:57:48 +00:00
"name": "standard-readme",
2016-06-01 15:59:06 +00:00
"version": "1.0.10",
2016-05-12 22:00:56 +00:00
"description": "Readme Standard Style",
2015-12-27 21:02:09 +00:00
"main": "index.js",
"scripts": {
2016-05-13 16:22:57 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
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",
2016-05-13 16:22:57 +00:00
"lint"
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-05-13 16:22:57 +00:00
"dependencies": {
"graceful-fs": "^4.1.2"
2016-05-12 22:01:09 +00:00
},
"coordinates": [
2016-06-01 15:59:06 +00:00
55.9470854,
-3.1867429
2016-05-12 22:01:09 +00:00
]
2016-05-13 16:23:06 +00:00
}