You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
523 B
21 lines
523 B
{
|
|
"name": "pip",
|
|
"description": "Freckle CLI tool using node.js",
|
|
"keywords": ["freckle", "cli", "tools"],
|
|
"author": "sirkitree <sirkitree@gmail.com>",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/sirkitree/pip.git"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"optimist": ">= 0.1.5",
|
|
"freckle": ">= 0.0.1"
|
|
},
|
|
"bin": {
|
|
"pip": "./lib/cli.js"
|
|
}
|
|
}
|