-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "jquery-hanging",
"version": "1.1.3",
"description": "A jQuery plugin to hang actions from an element if target fields are not valid.",
"main": "src/jquery-hanging.js",
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dist": "npm install && npm run dev && npm run production",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eagostini/jquery-hanging.git"
},
"keywords": [
"jquery",
"plugin",
"submit",
"button",
"hanging",
"invalid",
"form"
],
"author": {
"name": "Eduardo Agostini",
"email": "edu.agostini@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/eagostini/jquery-hanging/issues"
},
"homepage": "https://github.com/eagostini/jquery-hanging#readme",
"dependencies": {
"jquery": "^3.2.1",
"jquery-dirty": "^1.1.1",
"jquery-namely": "^1.1.1",
"jquery-validate": "^2.0.0"
},
"devDependencies": {
"laravel-mix": "^1.7.2"
}
}