-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 893 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-redux-reselect",
"description": "Eslint rules for reduxjs/reselect",
"version": "1.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/viktor-ku/eslint-plugin-redux-reselect.git"
},
"keywords": [
"eslint",
"eslint-plugin",
"redux",
"reselect",
"eslint-plugin-reselect",
"eslint-plugin-redux-reselect",
"redux-reselect"
],
"author": "Viktor Ku <viktor.konsta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/viktor-ku/eslint-plugin-redux-reselect/issues"
},
"homepage": "https://github.com/viktor-ku/eslint-plugin-redux-reselect",
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.3.0",
"sinon": "^7.2.7"
},
"scripts": {
"test": "jest"
}
}