forked from jondot/rn-snoopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
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
{
"author": "Dotan Nahum",
"dependencies": {
"eslint-plugin-jsx-a11y": "5.1.1",
"lodash": "^3.10.0",
"rxjs": "5.5.2"
},
"description":
"Snoopy is a profiling tool for React Native, that lets you snoop on the React Native Bridge.",
"devDependencies": {
"eslint": "4.12.1",
"eslint-config-airbnb": "15.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1"
},
"directories": {},
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "jondotan@gmail.com",
"name": "Dotan Nahum"
}
],
"name": "rn-snoopy",
"optionalDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.2"
}