-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
61 lines (61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "jquery.dirtyforms",
"version": "2.0.0",
"description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.",
"main": "jquery.dirtyforms.js",
"files": [
"jquery.dirtyforms.js"
],
"dependencies": {
"jquery": ">=1.4.2"
},
"devDependencies": {
"del": "^1.2.0",
"fs": "^0.0.2",
"glob": "^5.0.10",
"gulp": "3.8.11",
"gulp-bump": "^0.3.1",
"gulp-git": "^1.2.4",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.11.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^0.1.7",
"path": "^0.11.14",
"request": "^2.55.0",
"run-sequence": "^1.1.0",
"shelljs": "^0.5.1",
"yargs": "^3.7.2"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/snikch/jquery.dirtyforms.git"
},
"keywords": [
"jquery",
"plugin",
"dirty",
"forms",
"confirmation",
"validate",
"validation",
"areyousure",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Mal Curtis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/snikch/jquery.dirtyforms/issues"
},
"homepage": "https://github.com/snikch/jquery.dirtyforms#readme"
}