UNPKG

s-forms

Version:
54 lines (51 loc) 1.51 kB
{ "private": false, "name": "s-forms", "main": "index.js", "version": "2.0.1", "description": "Utilities for forms", "repository": { "type": "git", "url": "git+https://github.com/samline/s.forms.git" }, "keywords": [ "js", "javascript", "html", "html-css", "html-css-javascript", "html5", "es6", "forms", "inputs" ], "author": "Samuel Olvera", "license": "MIT", "bugs": { "url": "https://github.com/samline/s.forms/issues" }, "homepage": "https://github.com/samline/s.forms#readme", "scripts": { "local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js", "staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js", "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js", "dev": "yarn run local", "prod": "yarn run production", "watch": "yarn run local --watch" }, "engines": { "node": ">=10", "npm": ">=6", "yarn": ">=1.19.0" }, "browserslist": [ "ie 9", "last 2 versions" ], "devDependencies": { "cross-env": "^6.0.3", "laravel-mix": "^5.0.0", "vue-template-compiler": "^2.6.10" }, "dependencies": {} }