UNPKG

shido.regular.js

Version:
52 lines (50 loc) 1.51 kB
{ "private": false, "name": "shido.regular.js", "version": "1.0.0", "description": "...", "repository": { "type": "git", "url": "git+https://github.com/samline/regular.js.git" }, "keywords": [ "js", "javascript", "html", "html-css", "html-css-javascript", "html5", "es6", "regular", "inputs" ], "author": "Samuel Olvera (samline)", "license": "MIT", "bugs": { "url": "https://github.com/samline/regular.js/issues" }, "homepage": "https://github.com/samline/regular.js#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" }, "devDependencies": { "cross-env": "^6.0.3", "laravel-mix": "^5.0.0", "vue-template-compiler": "^2.6.10" }, "dependencies": {}, "engines": { "node": ">=10", "npm": ">=6", "yarn": ">=1.19.0" }, "browserslist": [ "ie 9", "last 2 versions" ] }