tripledoc
Version:
Library to read, create and update documents on a Solid Pod
76 lines (75 loc) • 1.63 kB
JSON
{
"name": "list-item",
"description": "Generate a single formatted list item, allowing you to easily generate lists with proper indentation, bullets, numbers or other leading characters.",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/list-item",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"maintainers": [
"Anders D. Johnson (https://github.com/adjohnson916)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"contributors": [
"Anders D. Johnson (https://github.com/adjohnson916)"
],
"repository": "jonschlinkert/list-item",
"bugs": {
"url": "https://github.com/jonschlinkert/list-item/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"expand-range": "^1.8.1",
"extend-shallow": "^2.0.1",
"is-number": "^2.1.0",
"repeat-string": "^1.5.2"
},
"devDependencies": {
"mocha": "*",
"romanize": "^0.1.0",
"should": "*"
},
"keywords": [
"bullet",
"format",
"item",
"list",
"list-item",
"markdown",
"numbered",
"numerals",
"ordered",
"roman",
"test",
"unordered"
],
"verb": {
"related": {
"list": [
"deromanize",
"expand-range",
"fill-range",
"randomatic",
"romanize",
"to-regex-range"
]
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"expand-range",
"randomatic",
"romanize"
],
"layout": "default"
}
}