deep-extend-cli
Version:
Command line interface for the deep-extend npm package.
41 lines (40 loc) • 894 B
JSON
{
"name": "deep-extend-cli",
"version": "0.4.0-2",
"description": "Command line interface for the deep-extend npm package.",
"main": "lib/index.js",
"scripts": {
"test": "test/test.sh"
},
"bin": {
"deep-extend": "bin/deep-extend"
},
"repository": {
"type": "git",
"url": "git://github.com/practicalmeteor/deep-extend-cli.git"
},
"keywords": [
"deep-extend",
"cli",
"json",
"deep",
"extend"
],
"author": {
"name": "LaVaina Inc.",
"url": "http://practicalmeteor.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/practicalmeteor/deep-extend-cli/blob/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/practicalmeteor/deep-extend-cli/issues"
},
"homepage": "https://github.com/practicalmeteor/deep-extend-cli",
"dependencies": {
"deep-extend": "0.4.0"
}
}