UNPKG

857 BJSONView Raw
1{
2 "name": "yosay",
3 "version": "2.0.0",
4 "description": "Tell Yeoman what to say",
5 "license": "BSD-2-Clause",
6 "repository": "yeoman/yosay",
7 "homepage": "yeoman.io",
8 "author": "Yeoman",
9 "bin": "cli.js",
10 "engines": {
11 "node": ">=4"
12 },
13 "scripts": {
14 "test": "xo && mocha"
15 },
16 "files": [
17 "index.js",
18 "cli.js"
19 ],
20 "keywords": [
21 "cli-app",
22 "cli",
23 "yeoman",
24 "yo",
25 "cowsay",
26 "say",
27 "box",
28 "message",
29 "ansi"
30 ],
31 "dependencies": {
32 "ansi-regex": "^2.0.0",
33 "ansi-styles": "^3.0.0",
34 "chalk": "^1.0.0",
35 "cli-boxes": "^1.0.0",
36 "pad-component": "0.0.1",
37 "string-width": "^2.0.0",
38 "strip-ansi": "^3.0.0",
39 "taketalk": "^1.0.0",
40 "wrap-ansi": "^2.0.0"
41 },
42 "devDependencies": {
43 "mocha": "^3.2.0",
44 "xo": "^0.17.0"
45 },
46 "xo": {
47 "space": true
48 }
49}