UNPKG

1.07 kBJSONView Raw
1{
2 "name": "eslint-config-ksmithut",
3 "version": "2.0.4",
4 "description": "A repo with a collection of the various linting/styling rules that I wish to follow",
5 "main": "es5.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "generate": "node bin/generate"
9 },
10 "files": [
11 "es5.js",
12 "es6.js",
13 "mocha.js",
14 "node.js",
15 "react.js"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/ksmithut/eslint-config-ksmithut.git"
20 },
21 "keywords": [
22 "eslint",
23 "eslintconfig"
24 ],
25 "author": "ksmithut",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/ksmithut/eslint-config-ksmithut/issues"
29 },
30 "homepage": "https://github.com/ksmithut/eslint-config-ksmithut",
31 "devDependencies": {
32 "bluebird": "^3.3.4",
33 "cheerio": "^0.20.0",
34 "comment-json": "^1.1.3",
35 "eslint": "^2.3.0",
36 "merge": "^1.2.0",
37 "request-promise": "^2.0.1"
38 },
39 "dependencies": {
40 "babel-eslint": "^5.0.0",
41 "eslint-plugin-mocha": "^2.0.0",
42 "eslint-plugin-react": "^4.2.1"
43 }
44}