run-script
Version:
Dead simple script string to function execution with arguments, context and error catching.
36 lines (35 loc) • 728 B
JSON
{
"name": "run-script",
"version": "0.1.1",
"description": "Dead simple script string to function execution with arguments, context and error catching.",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/carlhannes/run-script.git"
},
"keywords": [
"javascript",
"js",
"run-script",
"function",
"eval"
],
"author": "carlhannes",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlhannes/run-script/issues"
},
"homepage": "https://github.com/carlhannes/run-script#readme",
"devDependencies": {
"ava": "^0.22.0"
}
}