Browse Source

Add package.json

pull/1/head v0.1.0
Luke Childs 9 years ago
commit
25c2992c12
  1. 26
      package.json

26
package.json

@ -0,0 +1,26 @@
{
"name": "eslint-config-lukechilds",
"version": "0.1.0",
"description": "My personal eslint preferences",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/eslint-config-lukechilds.git"
},
"keywords": [
"lukechilds",
"luke",
"childs",
"eslint",
"config"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/eslint-config-lukechilds/issues"
},
"homepage": "https://github.com/lukechilds/eslint-config-lukechilds#readme"
}
Loading…
Cancel
Save