mz
Version:
modernize node.js to current ECMAScript standards
27 lines (26 loc) • 614 B
JSON
{
"name": "mz",
"description": "modernize node.js to current ECMAScript standards",
"version": "0.1.3",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "normalize/mz",
"optionalDependencies": {
"function-name": "0"
},
"devDependencies": {
"bluebird": "1",
"mocha": "1"
},
"scripts": {
"test": "mocha --harmony --reporter spec --bail; MZ_BLUEBIRD=1 mocha --reporter spec --bail"
},
"engines": {
"node": ">= 0.10"
}
}