standard-readme/package.json
Richard Littauer cad48f6543 Changed to standard-readme
Closes #4
2016-05-12 17:57:48 -04:00

37 lines
874 B
JSON

{
"name": "standard-readme",
"version": "1.0.0",
"description": "Standardize IPFS Readmes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/ipfs-readme-standard.git"
},
"keywords": [
"markdown",
"readme",
"parse",
"lint",
"standard"
],
"author": "Richard Littauer <richard.littauer@gmail.com> (http://burntfen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/ipfs-readme-standard/issues"
},
"homepage": "https://github.com/ipfs/ipfs-readme-standard#readme",
"dependencies": {
"graceful-fs": "^4.1.2",
"mdast": "^2.1.0",
"mdast-lint": "^1.1.1",
"remark-title": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.3.17"
}
}