@passmarked/links
Version:
Rules related to the links/assets on the page
42 lines (41 loc) • 815 B
JSON
{
"name": "@passmarked/links",
"version": "1.0.16",
"description": "Rules related to the links/assets on the page",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:passmarked/links.git"
},
"author": "Passmarked <devops@passmarked.com>",
"keywords": [
"links",
"broken",
"nonsecure",
"link",
"urls",
"passmarked",
"passmark",
"security",
"standards",
"test"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.4.1",
"cheerio": "^1.0.0-rc.1",
"passmarked": "*",
"request": "^2.81.0",
"string": "^3.3.3",
"underscore": "^1.8.3",
"when": "^3.7.8",
"yslow": "^3.1.0"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2"
}
}