-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "eslint-plugin-routable",
"version": "1.1.3",
"description": "Internal ESLint plugin for Routable",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Emily Kolar <[email protected]>",
"repository": "https://github.com/warrenpay/eslint-plugin-routable",
"bugs": "https://github.com/warrenpay/eslint-plugin-routable/issues",
"homepage": "https://github.com/warrenpay/eslint-plugin-routable",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive lib/tests/rules"
},
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"mocha": "^3.1.2"
},
"peerDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "ISC"
}