custom-jquery-matchers
Version:
Add a set of custom matchers for HTML and CSS related checks, using jQuery.
34 lines (33 loc) • 898 B
JSON
{
"name": "custom-jquery-matchers",
"description": "Add a set of custom matchers for HTML and CSS related checks, using jQuery.",
"version": "2.1.1",
"main": "dist/custom-jquery-matchers.js",
"typings": "index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/unindented/custom-jquery-matchers.git"
},
"keywords": [
"jasmine",
"jest",
"jquery",
"matchers"
],
"scripts": {
"clean:dist": "rimraf dist",
"clean": "run-p clean:*",
"build": "webpack --colors --progress --profile --config config/webpack/common.js",
"optim": "webpack --colors --progress --profile -p --config config/webpack/common.js",
"prepublishOnly": "run-s clean build"
},
"peerDependencies": {
"jquery": ">=2.0.0"
},
"devDependencies": {
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"webpack": "^3.10.0"
}
}