mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
50 lines
857 B
JSON
50 lines
857 B
JSON
{
|
|
"name": "yosay",
|
|
"version": "2.0.2",
|
|
"description": "Tell Yeoman what to say",
|
|
"license": "BSD-2-Clause",
|
|
"repository": "yeoman/yosay",
|
|
"homepage": "yeoman.io",
|
|
"author": "Yeoman",
|
|
"bin": "cli.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && mocha"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"keywords": [
|
|
"cli-app",
|
|
"cli",
|
|
"yeoman",
|
|
"yo",
|
|
"cowsay",
|
|
"say",
|
|
"box",
|
|
"message",
|
|
"ansi"
|
|
],
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0",
|
|
"ansi-styles": "^3.0.0",
|
|
"chalk": "^1.0.0",
|
|
"cli-boxes": "^1.0.0",
|
|
"pad-component": "0.0.1",
|
|
"string-width": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"taketalk": "^1.0.0",
|
|
"wrap-ansi": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.2.0",
|
|
"xo": "^0.17.0"
|
|
},
|
|
"xo": {
|
|
"space": true
|
|
}
|
|
}
|