@frontity/head-tags
Version:
Integrate your Frontity site with REST API - Head Tags by Frontity
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "@frontity/head-tags",
"version": "1.1.1",
"description": "Integrate your Frontity site with REST API - Head Tags by Frontity",
"homepage": "https://github.com/frontity/frontity",
"license": "Apache-2.0",
"keywords": [
"frontity",
"frontity-head-tags",
"yoast",
"all-in-one-seo-pack",
"seo"
],
"repository": {
"type": "git",
"url": "https://github.com/frontity/frontity.git"
},
"scripts": {
"test:ci": "../../node_modules/.bin/jest --ci --coverage",
"test": "../../node_modules/.bin/jest --watch",
"test:inspect": "node --inspect ../../node_modules/jest/bin/jest.js --watch --no-cache --runInBand"
},
"bugs": {
"url": "https://github.com/frontity/frontity/issues"
},
"dependencies": {
"frontity": "^1.14.1",
"@frontity/router": "^1.1.4",
"@frontity/source": "^1.5.1"
},
"devDependencies": {
"@frontity/connect": "^1.2.1",
"@frontity/wp-source": "^1.11.1",
"clone-deep": "^4.0.1",
"deepmerge": "^4.2.2"
}
}