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

101 lines
2.2 KiB
JSON

{
"_args": [
[
"align-text@^0.1.0",
"/Users/okennedy/Desktop/Website/node_modules/center-align"
]
],
"_from": "align-text@>=0.1.0 <0.2.0",
"_id": "align-text@0.1.3",
"_inCache": true,
"_installable": true,
"_location": "/align-text",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "align-text",
"raw": "align-text@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/center-align",
"/right-align"
],
"_resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz",
"_shasum": "72db3983872eec2313919c9426a993a41afe93f7",
"_shrinkwrap": null,
"_spec": "align-text@^0.1.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/center-align",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/align-text/issues"
},
"dependencies": {
"kind-of": "^2.0.0",
"longest": "^1.0.1",
"repeat-string": "^1.5.2"
},
"description": "Align the text in a string.",
"devDependencies": {
"mocha": "*",
"should": "*",
"word-wrap": "^1.0.3"
},
"directories": {},
"dist": {
"shasum": "72db3983872eec2313919c9426a993a41afe93f7",
"tarball": "http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "11c2e834ff2c63f9844bddf189fea5cab921e44d",
"homepage": "https://github.com/jonschlinkert/align-text",
"keywords": [
"align",
"align-center",
"alignment",
"center",
"center-align",
"indent",
"pad",
"padding",
"right",
"right-align",
"text",
"typography"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "align-text",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/align-text.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.3"
}