Update package.json
This commit is contained in:
parent
ac5c335e00
commit
8c42cf5e16
28
package.json
28
package.json
@ -4,34 +4,34 @@
|
|||||||
"description": "Readme Standard Style",
|
"description": "Readme Standard Style",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
"build": "babel src -d lib"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ipfs/ipfs-readme-standard.git"
|
"url": "git+https://github.com/RichardLitt/standard-readme.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"standard",
|
||||||
"markdown",
|
"markdown",
|
||||||
"readme",
|
"readme",
|
||||||
"parse",
|
"parse",
|
||||||
"lint",
|
"lint"
|
||||||
"standard"
|
|
||||||
],
|
],
|
||||||
"author": "Richard Littauer <richard.littauer@gmail.com> (http://burntfen.com)",
|
"author": {
|
||||||
|
"name": "Richard Littauer",
|
||||||
|
"email": "richard.littauer@gmail.com",
|
||||||
|
"url": "http://burntfen.com"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ipfs/ipfs-readme-standard/issues"
|
"url": "https://github.com/ipfs/ipfs-readme-standard/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ipfs/ipfs-readme-standard#readme",
|
"homepage": "https://github.com/RichardLitt/standard-readme",
|
||||||
"dependencies": {
|
"bugs": {
|
||||||
"graceful-fs": "^4.1.2",
|
"url": "https://github.com/RichardLitt/standard-readme/issues"
|
||||||
"mdast": "^2.1.0",
|
|
||||||
"mdast-lint": "^1.1.1",
|
|
||||||
"remark-title": "^1.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"babel-cli": "^6.3.17"
|
"graceful-fs": "^4.1.2"
|
||||||
},
|
},
|
||||||
"coordinates": [
|
"coordinates": [
|
||||||
42.3811742,
|
42.3811742,
|
||||||
|
Loading…
Reference in New Issue
Block a user