trojan-horse
Version:
Execute nodejs through the browser (what could possibly go wrong)
29 lines (28 loc) • 640 B
JSON
{
"name": "trojan-horse",
"version": "0.2.0",
"description": "Execute nodejs through the browser (what could possibly go wrong)",
"main": "trojan-horse.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/trojan-horse.git"
},
"keywords": [
"eval",
"nodejs",
"browser",
"exec",
"evil",
"trojan",
"horse"
],
"author": "Andrea Giammarchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebReflection/trojan-horse/issues"
},
"homepage": "https://github.com/WebReflection/trojan-horse#readme"
}