UNPKG

1.26 kBJSONView Raw
1{
2 "name": "eslint-config-standard-jsx",
3 "description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
4 "version": "1.2.2",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "http://feross.org/"
9 },
10 "bugs": {
11 "url": "https://github.com/feross/eslint-config-standard-jsx/issues"
12 },
13 "devDependencies": {
14 "eslint": "^3.0.1",
15 "eslint-plugin-react": ">=2.7.1",
16 "tape": "^4.0.0"
17 },
18 "homepage": "https://github.com/feross/eslint-config-standard-jsx",
19 "keywords": [
20 "JavaScript Standard Style",
21 "check",
22 "checker",
23 "code",
24 "code checker",
25 "code linter",
26 "code standards",
27 "code style",
28 "enforce",
29 "eslint",
30 "eslintconfig",
31 "hint",
32 "jscs",
33 "jshint",
34 "jsx",
35 "lint",
36 "policy",
37 "quality",
38 "simple",
39 "standard",
40 "standard style",
41 "style",
42 "style checker",
43 "style linter",
44 "verify"
45 ],
46 "license": "MIT",
47 "main": "index.js",
48 "peerDependencies": {
49 "eslint": ">=2.0.0",
50 "eslint-plugin-react": ">=2.7.1"
51 },
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/feross/eslint-config-standard-jsx.git"
55 },
56 "scripts": {
57 "test": "tape test/*.js"
58 }
59}