hookfinder
Version:
Find hooks when working with Xposed development
50 lines (49 loc) • 949 B
JSON
{
"name": "hookfinder",
"version": "0.1.0",
"description": "Find hooks when working with Xposed development",
"author": "krokofant",
"bin": {
"hookfinder": "./dist/cli.js"
},
"engines": {
"node": ">=6.10"
},
"files": [
"dist"
],
"keywords": [
"xposed",
"smali",
"hooking",
"android"
],
"license": "LGPL-3.0",
"main": "dist/cli.js",
"repository": {
"type": "git",
"url": "https://github.com/krokofant/hookfinder.git"
},
"scripts": {
"build": "rollup -c"
},
"standard": {
"ignore": [
"lib/**.js"
]
},
"dependencies": {
"chalk": "1.1.3",
"commander": "2.9.0",
"comment-json": "1.1.3",
"jsonfile": "2.4.0"
},
"devDependencies": {
"rollup": "0.41.4",
"rollup-plugin-async": "1.2.0",
"rollup-plugin-commonjs": "7.0.0",
"rollup-plugin-json": "2.1.0",
"rollup-plugin-node-resolve": "2.0.0",
"standard": "8.6.0"
}
}