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

34 lines
No EOL
692 B
JSON

{
"name": "execon",
"homepage": "https://github.com/coderaiser/execon",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
],
"description": "Patterns of function calls",
"main": "lib/exec.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"exec"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "1.2.2",
"_release": "1.2.2",
"_resolution": {
"type": "version",
"tag": "v1.2.2",
"commit": "07ebb474438800f66b4b2c5b7abca58a9aa57bf7"
},
"_source": "git://github.com/coderaiser/execon.git",
"_target": "~1.2.2",
"_originalSource": "execon"
}