diff --git a/package.json b/package.json index 2b1ce44..452321e 100644 --- a/package.json +++ b/package.json @@ -3,25 +3,18 @@ "version": "0.3.1", "description": "NeXTSTEP plist parser", "main": "index.js", - "repository": "git@gitlab.com:chee/nextstep-plist", - "author": "chee ", + "bin": "index.js", + "repository": "git@github.com:chee/nextstep-plist", + "author": "chee ", "contributors": [ "makepost " ], "license": "GPL-3.0", "scripts": { - "test": "tape tests.js | faucet", - "lint": "standard" + "test": "tape tests.js | faucet" }, "devDependencies": { - "eslint": "^4.15.0", - "eslint-config-standard": "^10.2.1", - "eslint-plugin-import": "^2.8.0", - "eslint-plugin-node": "^4.2.2", - "eslint-plugin-promise": "^3.5.0", - "eslint-plugin-standard": "^3.0.1", "faucet": "^0.0.1", - "standard": "*", "tape": "^4.6.3" } }