@lyra/block-content-tests
Version:
Tests for shared block content rendering logic
34 lines (33 loc) • 714 B
JSON
{
"name": "@lyra/block-content-tests",
"version": "0.3.0",
"description": "Tests for shared block content rendering logic",
"main": "tests.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/VegaPublish/vega.git"
},
"author": "Vega <hello@vegapublish.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VegaPublish/vega/issues"
},
"homepage": "http://vegapublish.com/",
"dependencies": {
"require-all": "^2.2.0"
},
"keywords": [
"vega",
"vegapublish",
"realtime",
"content",
"open access publishing",
"block-content-tests"
],
"publishConfig": {
"access": "public"
}
}