diff --git a/package.json b/package.json index 7880fec..6376d80 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,46 @@ { - "name": "eslint-plugin-extjs", - "version": "0.0.2", - "description": "ESLint rules for projects using the ExtJS framework.", - "homepage": "https://github.com/burnnat/eslint-plugin-extjs", - - "author": { - "name": "Nat Burns", - "email": "nbaccount@burnskids.com" - }, - - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/burnnat/eslint-plugin-extjs/blob/master/LICENSE" - } - ], - - "main": "index.js", - - "repository": { - "type": "git", - "url": "https://github.com/burnnat/eslint-plugin-extjs.git" - }, - - "bugs": { - "url": "https://github.com/burnnat/eslint-plugin-extjs/issues" - }, - - "engines": { - "node": ">=0.8.0" - }, - - "dependencies": {}, - - "peerDependencies": { - "eslint": ">=0.8.0" - }, - - "devDependencies": { - "grunt": "~0.4.5", - "grunt-cli": "~0.1.13", - "grunt-mocha-test": "~0.12.7", - - "eslint": "latest", - "eslint-tester": "~0.7.0" - }, - - "scripts": { - "test": "node ./node_modules/grunt-cli/bin/grunt test" - }, - - "keywords": [ - "eslint", - "eslintplugin", - "extjs" - ] -} \ No newline at end of file + "name": "eslint-plugin-extjs", + "version": "0.0.3", + "description": "ESLint rules for projects using the ExtJS framework.", + "homepage": "https://github.com/burnnat/eslint-plugin-extjs", + "author": { + "name": "Nat Burns", + "email": "nbaccount@burnskids.com" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/burnnat/eslint-plugin-extjs/blob/master/LICENSE" + } + ], + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/burnnat/eslint-plugin-extjs.git" + }, + "bugs": { + "url": "https://github.com/burnnat/eslint-plugin-extjs/issues" + }, + "engines": { + "node": ">=0.8.0" + }, + "dependencies": {}, + "peerDependencies": { + "eslint": ">=0.8.0" + }, + "devDependencies": { + "grunt": "~0.4.5", + "grunt-cli": "~0.1.13", + "grunt-mocha-test": "~0.12.7", + "eslint": "latest", + "eslint-tester": "~0.7.0" + }, + "scripts": { + "test": "node ./node_modules/grunt-cli/bin/grunt test" + }, + "keywords": [ + "eslint", + "eslintplugin", + "extjs" + ] +}