-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 859 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
{
"name": "eslint-import-resolver-reactnative",
"version": "1.0.2",
"description": "React Native module resolution plugin for eslint-plugin-import",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guzart/eslint-import-resolver-reactnative.git"
},
"author": "Arturo Guzman",
"license": "MIT",
"bugs": {
"url": "https://github.com/guzart/eslint-import-resolver-reactnative/issues"
},
"homepage": "https://github.com/guzart/eslint-import-resolver-reactnative#readme",
"dependencies": {
"eslint-import-resolver-node": "^0.2.3",
"find-root": "^1.0.0"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true
}
},
"devDependencies": {
"eslint": "^3.8.1"
}
}