forked from dstreet/dependsOn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 946 Bytes
/
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
{
"name": "jquery-depends-on",
"version": "1.5.1",
"description": "A jQuery plugin to facilitate the handling of form field dependencies.",
"main": "src/dependsOn.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"build": "gulp",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://dstreet@github.com/dstreet/dependsOn.git"
},
"author": "David Street",
"license": "MIT",
"bugs": {
"url": "https://github.com/dstreet/dependsOn/issues"
},
"homepage": "https://github.com/dstreet/dependsOn",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.0.1",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.2.0",
"jest": "^12.1.1",
"jquery": "^3.0.0"
},
"dependencies": {},
"jest": {
"setupEnvScriptFile": "test-setup.js"
},
"keywords": [
"jQuery"
]
}