UNPKG

storm-validate

Version:

[![npm version](https://badge.fury.io/js/storm-validate.svg)](https://badge.fury.io/js/storm-validate)

75 lines (74 loc) 1.68 kB
{ "name": "storm-validate", "version": "0.8.0", "description": "", "author": "stormid", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stormid/storm-validate.git" }, "bugs": { "url": "https://github.com/stormid/storm-validate/issues" }, "main": "dist/index.js", "keywords": [ "stormid", "form", "component", "validation", "unobtrustive", "constraint", "dotnetcore", ".NETMVC", "HTML5" ], "jest": { "testURL": "http://localhost" }, "scripts": { "build": "node_modules/.bin/gulp build", "serve": "node_modules/.bin/gulp server", "start": "node_modules/.bin/gulp", "test": "node_modules/.bin/jest" }, "browserify": { "transform": [ [ "babelify", { "presets": [ "env" ] } ] ] }, "devDependencies": { "babel": "^6.5.2", "babel-core": "^6.7.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.6.0", "babelify": "^7.3.0", "browser-sync": "^2.24.4", "browserify": "^13.1.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.2", "gulp-gh-pages": "^0.5.4", "gulp-header": "^1.2.2", "gulp-notify": "^2.2.0", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-rollup": "^2.11.0", "gulp-uglify": "^2.0.0", "gulp-wrap-umd": "^0.2.1", "jest": "^23.6.0", "object-assign": "^4.0.1", "rollup": "^0.41.6", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^3.0.0", "run-sequence": "^1.1.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }