33 lines
781 B
JSON
33 lines
781 B
JSON
{
|
|
"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"
|
|
}
|