cloudcmd/modules/execon/.bower.json
2015-07-21 05:35:17 -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.5",
"_release": "1.2.5",
"_resolution": {
"type": "version",
"tag": "v1.2.5",
"commit": "ea4e9ed95a445e84298ed670be59e42ce6fbe678"
},
"_source": "git://github.com/coderaiser/execon.git",
"_target": "~1.2.2",
"_originalSource": "execon"
}