mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "execon",
|
|
"version": "1.2.9",
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
"description": "Patterns of function calls",
|
|
"homepage": "http://github.com/coderaiser/execon",
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/execon.git"
|
|
},
|
|
"dependencies": {},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"main": "lib/exec.js",
|
|
"devDependencies": {
|
|
"tape": "~4.2.1"
|
|
}
|
|
}
|