mercenary
Version:
The force multiplier web application stack
25 lines (24 loc) • 525 B
JSON
{
"name": "mercenary",
"version": "2.2.2",
"description": "The force multiplier web application stack",
"bin": {
"mercenary": "./index.js"
},
"scripts": {
"postinstall": "node ./postinstall.js"
},
"author": "Justin Sisley",
"repository": "https://github.com/justinsisley/mercenary",
"license": "ISC",
"engines": {
"node": ">=6.3.0"
},
"dependencies": {
"chalk": "1.1.3",
"cross-spawn": "5.1.0",
"extfs": "0.0.7",
"fs-extra": "2.1.2",
"update-notifier": "2.1.0"
}
}