mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 17:13:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
51
node_modules/center-align/package.json
generated
vendored
Normal file
51
node_modules/center-align/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "center-align",
|
||||
"description": "Center-align the text in a string.",
|
||||
"version": "0.1.3",
|
||||
"homepage": "https://github.com/jonschlinkert/center-align",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/center-align",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/center-align/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"utils.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"align-text": "^0.1.3",
|
||||
"lazy-cache": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^2.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"align",
|
||||
"align-center",
|
||||
"center",
|
||||
"center-align",
|
||||
"right",
|
||||
"right-align",
|
||||
"text",
|
||||
"typography"
|
||||
],
|
||||
"verb": {
|
||||
"related": {
|
||||
"description": "",
|
||||
"list": [
|
||||
"align-text",
|
||||
"right-align",
|
||||
"justified",
|
||||
"word-wrap"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user