UNPKG

501 BJSONView Raw
1{
2 "name": "eslint-plugin-jquery",
3 "version": "0.2.0",
4 "description": "Disallow jQuery functions with native equivalents.",
5 "repository": "dgraham/eslint-plugin-jquery",
6 "license": "MIT",
7 "keywords": [
8 "eslint",
9 "eslintplugin",
10 "eslint-plugin"
11 ],
12 "author": "David Graham",
13 "main": "index.js",
14 "scripts": {
15 "test": "mocha tests/*.js"
16 },
17 "peerDependencies": {
18 "eslint": ">=2.3.0"
19 },
20 "devDependencies": {
21 "eslint": "^2.7.0",
22 "mocha": "^2.4.5"
23 }
24}