0day_dev/radare2-r2pipe/r2core-js/tuto/package.json
2020-08-07 13:48:00 -07:00

15 lines
290 B
JSON

{
"name": "r2core-webtutorial",
"version": "1.0.0",
"description": "radare2 web tutorial in asmjs",
"main": "webserver.js",
"scripts": {
"make": "node make.js > tuto01.js"
},
"author": "pancake@nopcode.org",
"license": "MIT",
"dependencies": {
"yamljs": "*"
}
}