-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 947 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
36
37
38
{
"name": "superfe-rn-inspector",
"version": "2.2.2",
"description": "Inspector tool for super-fe's react-native apps",
"main": "index.js",
"bin": {
"inspect": "bin/cli.js"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/super-fe/superfe-rn-inspector.git"
},
"keywords": [
"inspector",
"superfe-rn"
],
"author": "[email protected]",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/super-fe/superfe-rn-inspector/issues"
},
"homepage": "https://github.com/super-fe/superfe-rn-inspector#readme",
"dependencies": {
"bluebird": "^3.5.0",
"check-node-version": "^1.1.2",
"editorconfig": "^0.13.2",
"glob": "^7.1.1",
"js-yaml": "^3.8.2",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"parse-gitignore": "^0.4.0",
"resolve": "^1.3.2",
"semver": "^5.3.0",
"superfe-compatible-rn-versions": "^1.1.0"
}
}