{ "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 ", "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" } }