1 | {
|
2 | "name": "align-text",
|
3 | "description": "Align the text in a string.",
|
4 | "version": "1.0.2",
|
5 | "homepage": "https://github.com/jonschlinkert/align-text",
|
6 | "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 | "contributors": [
|
8 | "Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
9 | "Shinnosuke Watanabe (https://shinnn.github.io)"
|
10 | ],
|
11 | "repository": "jonschlinkert/align-text",
|
12 | "bugs": {
|
13 | "url": "https://github.com/jonschlinkert/align-text/issues"
|
14 | },
|
15 | "license": "MIT",
|
16 | "files": [
|
17 | "index.js"
|
18 | ],
|
19 | "main": "index.js",
|
20 | "engines": {
|
21 | "node": ">=0.10.0"
|
22 | },
|
23 | "scripts": {
|
24 | "test": "mocha"
|
25 | },
|
26 | "dependencies": {
|
27 | "kind-of": "^5.0.2",
|
28 | "longest": "^2.0.1",
|
29 | "repeat-string": "^1.6.1"
|
30 | },
|
31 | "devDependencies": {
|
32 | "gulp-format-md": "^1.0.0",
|
33 | "mocha": "^3.5.3",
|
34 | "word-wrap": "^1.2.3"
|
35 | },
|
36 | "keywords": [
|
37 | "align",
|
38 | "align-center",
|
39 | "alignment",
|
40 | "center",
|
41 | "center-align",
|
42 | "indent",
|
43 | "pad",
|
44 | "padding",
|
45 | "right",
|
46 | "right-align",
|
47 | "text",
|
48 | "typography"
|
49 | ],
|
50 | "verb": {
|
51 | "toc": false,
|
52 | "layout": "default",
|
53 | "tasks": [
|
54 | "readme"
|
55 | ],
|
56 | "plugins": [
|
57 | "gulp-format-md"
|
58 | ],
|
59 | "lint": {
|
60 | "reflinks": true
|
61 | }
|
62 | }
|
63 | }
|