@lyra/generate-help-url
Version:
Generates URLs to specific sections of the Lyra documentation
35 lines (34 loc) • 770 B
JSON
{
"name": "@lyra/generate-help-url",
"version": "0.3.0",
"description": "Generates URLs to specific sections of the Lyra documentation",
"main": "index.js",
"scripts": {
"test": "tape test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VegaPublish/vega.git"
},
"keywords": [
"vega",
"vegapublish",
"realtime",
"content",
"open access publishing",
"generate-help-url"
],
"author": "Vega <hello@vegapublish.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VegaPublish/vega/issues"
},
"homepage": "http://vegapublish.com/",
"devDependencies": {
"eslint-plugin-es5": "^1.3.1",
"tape": "^4.8.0"
},
"publishConfig": {
"access": "public"
}
}