cloudcmd/modules/execon/package.json
2015-07-18 18:29:21 -04:00

17 lines
431 B
JSON

{
"name": "execon",
"version": "1.2.2",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Patterns of function calls",
"homepage": "http://github.com/coderaiser/execon",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/execon.git"
},
"dependencies": {},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"main": "lib/exec.js"
}