File: /var/dev/nowruzgan/rest/node_modules/machine/package.json
{
"name": "machine",
"version": "12.1.1",
"description": "Configure and execute machines",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive -R dot",
"prepublish": "> DEPENDENCIES.md && echo '# Dependency Licenses\\n\\n> _this recursive dependency licensing report was automatically generated by [`licensing`](https://www.npmjs.org/package/licensing)_\\n\\n```' >> DEPENDENCIES.md && node node_modules/licensing . >> DEPENDENCIES.md && echo '```' >> DEPENDENCIES.md"
},
"docs": {
"url": "http://node-machine.org"
},
"author": "Mike McNeil <@mikermcneil>",
"contributors": [
"Mike McNeil <@mikermcneil>",
"Cody Stoltman <@particlebanana>",
"Scott Gress <@sgress454>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-machine/machine.git"
},
"bugs": {
"url": "http://github.com/node-machine/machine/issues"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
},
"dependencies": {
"convert-to-ecmascript-compatible-varname": "0.1.4",
"debug": "3.1.0",
"lodash": "3.10.1",
"object-hash": "0.3.0",
"rttc": "~9.3.0",
"switchback": "2.0.0"
},
"devDependencies": {
"async": "^0.9.0",
"licensing": "^0.1.0",
"mocha": "^1.9.0",
"test-machinepack-mocha": "^2.1.1"
}
}