UNPKG

peregrine-cms-test-html

Version:

Test your peregrine site to see what is supported.

38 lines (37 loc) 937 B
{ "name": "peregrine-cms-test-html", "version": "0.1.3", "description": "Test your peregrine site to see what is supported.", "main": "js/testHTML.js", "scripts": { "peregrine-cms-test-html": "node js/testHTML.js $npm_config_site", "lint": "./node_modules/.bin/eslint js/**" }, "repository": { "type": "git", "url": "git+https://github.com/peregrine-cms/samplesites.git" }, "keywords": [ "sling", "peregrine-cms" ], "bin": { "peregrine-cms-test-html": "./js/testHTML.js" }, "bundledDependencies": [ "xml2js", "cheerio" ], "author": "peregrinecms", "license": "Apache-2.0", "bugs": { "url": "https://github.com/peregrine-cms/samplesites/issues" }, "homepage": "https://github.com/peregrine-cms/samplesites#readme", "devDependencies": { "cheerio": "^1.0.0-rc.3", "xml2js": "^0.4.23", "eslint-plugin-jsdoc": "^30.1.0", "eslint": "^7.6.0" } }