From 8c42cf5e1650211f1cfceb09e6a7abb7b4dc2243 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 13 May 2016 12:22:57 -0400 Subject: [PATCH] Update package.json --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 2c0536d..aea88ab 100644 --- a/package.json +++ b/package.json @@ -4,37 +4,37 @@ "description": "Readme Standard Style", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "babel src -d lib" + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/ipfs/ipfs-readme-standard.git" + "url": "git+https://github.com/RichardLitt/standard-readme.git" }, "keywords": [ + "standard", "markdown", "readme", "parse", - "lint", - "standard" + "lint" ], - "author": "Richard Littauer (http://burntfen.com)", + "author": { + "name": "Richard Littauer", + "email": "richard.littauer@gmail.com", + "url": "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" + "homepage": "https://github.com/RichardLitt/standard-readme", + "bugs": { + "url": "https://github.com/RichardLitt/standard-readme/issues" }, - "devDependencies": { - "babel-cli": "^6.3.17" + "dependencies": { + "graceful-fs": "^4.1.2" }, "coordinates": [ 42.3811742, -71.0972239 ] -} +} \ No newline at end of file