html5validation
Version:
HTML5 ValidityState shim
38 lines (37 loc) • 985 B
JSON
{
"name": "html5validation",
"version": "0.0.1",
"description": "HTML5 ValidityState shim",
"keywords": [
"Validation",
"ValidityState",
"HTML5",
"Shim"
],
"main": "index.js",
"scripts": {
"test": "karma start",
"lint": "[ -z \"$LINTFILES\" ] && LINTFILES='**'; ./node_modules/jshint/bin/jshint ${LINTFILES}"
},
"repository": {
"type": "git",
"url": "github:JoeChapman/html5validation"
},
"author": "JoeChapman",
"email": "info@josephchapman.com",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"jshint": "2.1.10",
"karma": "0.12.16",
"karma-chrome-launcher": "0.1.4",
"karma-mocha": "0.1.4",
"mocha": "1.20.1",
"sinon": "1.10.2",
"chai": "1.7.2",
"sinon-chai": "2.5.0",
"jquery": "2.1.1",
"karma-browserify": "0.2.1",
"browserify": "4.1.11"
}
}