24 lines
617 B
JSON
24 lines
617 B
JSON
{
|
|
"name": "safe-eval",
|
|
"version": "0.3.0",
|
|
"description": "Safer version of eval()",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pretest": "node_modules/standard/bin/cmd.js",
|
|
"test": "node_modules/mocha/bin/mocha test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hacksparrow/safe-eval.git"
|
|
},
|
|
"author": "Hage Yaapa <captain@hacksparrow.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hacksparrow/safe-eval/issues"
|
|
},
|
|
"homepage": "https://github.com/hacksparrow/safe-eval",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.5",
|
|
"standard": "^5.1.1"
|
|
}
|
|
}
|