UNPKG

parsleyjs

Version:

Validate your forms, frontend, without writing a single line of javascript!

100 lines (99 loc) 2.36 kB
{ "name": "parsleyjs", "version": "2.6.3", "homepage": "http://parsleyjs.org", "license": "MIT", "description": "Validate your forms, frontend, without writing a single line of javascript!", "main": "dist/parsley.js", "scripts": { "test": "gulp", "test-browser": "gulp test-browser", "build": "gulp build", "coverage": "gulp coverage" }, "repository": { "type": "git", "url": "https://github.com/guillaumepotier/Parsley.js.git" }, "keywords": [ "parsley", "form", "validation", "html5", "polyfill", "es6" ], "author": { "name": "Guillaume Potier", "email": "guillaume@wisembly.com", "url": "http://guillaumepotier.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/guillaumepotier/Parsley.js/issues" }, "homepage": "https://github.com/guillaumepotier/Parsley.js", "dependencies": { "jquery": ">=1.8.0" }, "devDependencies": { "babel-core": "^6.22.1", "babel-eslint": "^4.0.5", "babelify": "^7.3.0", "babel-plugin-transform-strict-mode": "^6.22.0", "babel-preset-es2015": "^6.22.0", "browserify": "^11.0.1", "expect.js": "*", "del": "^1.1.1", "esperanto": "^0.7.4", "glob": "^5.0.14", "gulp": "^3.9.0", "gulp-babel": "^6.1.2", "docco": "~0.6.3", "gulp-eslint": "^1.0.0", "gulp-file": "^0.2.0", "gulp-filter": "^3.0.0", "gulp-header": "*", "gulp-istanbul": "^0.10.0", "gulp-jscs": "^2.0.0", "gulp-livereload": "^3.4.0", "gulp-load-plugins": "^0.10.0", "gulp-mocha": "^2.0.0", "gulp-notify": "^2.1.0", "gulp-plumber": "^1.0.1", "gulp-rename": "^1.2.0", "gulp-replace": "*", "gulp-sourcemaps": "^1.3.0", "gulp-uglify": "^1.2.0", "gulp-git": "^1.7.0", "inputevent": "*", "isparta": "~3.0.3", "mocha": "^2.1.0", "moment": "*", "run-sequence": "^1.0.2", "jsdom": "^9.2", "sinon": "^1.12.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.0.0", "watchify": "^3.3.1" }, "babelBoilerplateOptions": { "entryFileName": "parsley", "mainVarName": "parsley", "mochaGlobals": [ "$", "stub", "spy", "expect", "expectWarning" ] }, "spm": { "main": "dist/parsley.js", "ignore": [ "doc", "test", "src" ] } }