Website/node_modules/center-align/package.json
2015-12-02 18:21:44 -05:00

109 lines
2.4 KiB
JSON

{
"_args": [
[
"center-align@^0.1.1",
"/Users/okennedy/Desktop/Website/node_modules/cliui"
]
],
"_from": "center-align@>=0.1.1 <0.2.0",
"_id": "center-align@0.1.2",
"_inCache": true,
"_installable": true,
"_location": "/center-align",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "center-align",
"raw": "center-align@^0.1.1",
"rawSpec": "^0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/cliui"
],
"_resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz",
"_shasum": "74fa8540fc19b26aae6edc7e031cd6993d495ba0",
"_shrinkwrap": null,
"_spec": "center-align@^0.1.1",
"_where": "/Users/okennedy/Desktop/Website/node_modules/cliui",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/center-align/issues"
},
"dependencies": {
"align-text": "^0.1.0",
"lazy-cache": "^0.2.4"
},
"description": "Center-align the text in a string.",
"devDependencies": {
"mocha": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "74fa8540fc19b26aae6edc7e031cd6993d495ba0",
"tarball": "http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"gitHead": "b3af961dcbe6072aaa94503585a16434234c0a8b",
"homepage": "https://github.com/jonschlinkert/center-align",
"keywords": [
"align",
"align-center",
"center",
"center-align",
"right",
"right-align",
"text",
"typography"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "center-align",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/center-align.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"description": "",
"list": [
"align-text",
"justified",
"right-align",
"word-wrap"
]
}
},
"version": "0.1.2"
}