mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
28 lines
462 B
JSON
28 lines
462 B
JSON
{
|
|
"name": "taketalk",
|
|
"version": "1.0.0",
|
|
"description": "Ever wanted a bin for your node module?",
|
|
"repository": "stephenplusplus/taketalk",
|
|
"keywords": [
|
|
"cli",
|
|
"bin",
|
|
"node",
|
|
"npm"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Stephen Sawchuk",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"get-stdin": "^4.0.1",
|
|
"minimist": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|