scope-eval
Version:
Eval a string with a passed scope
21 lines (20 loc) • 459 B
JSON
{
"name": "scope-eval",
"version": "1.0.0",
"main": "scope_eval.js",
"scripts": {
"prepublish": "coffee -c scope_eval.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexdavid/scope-eval.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alexdavid/scope-eval/issues"
},
"homepage": "https://github.com/alexdavid/scope-eval",
"devDependencies": {
"coffee-script": "^1.9.2"
}
}