native-vm
Version:
node rewrite of vm module
41 lines (40 loc) • 1.35 kB
JSON
{
"name": "native-vm",
"version": "1.0.5",
"description": "node rewrite of vm module ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "jshint index.js lib/*.js test/*.js",
"preversion": "if [ \"$(git diff HEAD)\" != \"\" ]; then echo \"You have changes on your git, commit them and rerun npm version\"; exit 1; fi; sed -i -e \"1s/## Upcoming/## $npm_package_version/\" CHANGELOG.md && git add CHANGELOG.md && git add package.json",
"postversion": "git push origin master && npm run git-publish && npm publish",
"git-publish": "git tag -a $npm_package_version -m \"Check CHANGELOG.md for further details\" && git push origin --tags",
"test": "mocha --check-leaks --colors -t 10000 --reporter spec $(find test/* -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "git+https://github.com/requirehit/native-vm.git"
},
"keywords": [
"requirehit",
"browserify",
"vm",
"native",
"based",
"cusspvz",
"findhit"
],
"author": "José Moreira <jose.moreira@findhit.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/requirehit/native-vm/issues"
},
"homepage": "https://github.com/requirehit/native-vm#readme",
"devDependencies": {
"chai": "^3.2.0",
"jshint": "^2.8.0",
"mocha": "^2.3.2"
}
}