-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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": "latest"
},
"scripts": {
"test": "node ./node_modules/grunt-cli/bin/grunt test"
},
"keywords": [
"eslint",
"eslintplugin",
"extjs"
]
}