-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "jquery.mydata",
"version": "0.5.0",
"author": "Borysenko Vladymyr",
"description": "Small JQuery&Zepto plugin for two-ways data binding.",
"license": "MIT",
"homepage": "https://github.com/ange007/JQuery.myData",
"contributors": [],
"keywords": [
"jquery-plugin",
"zepto-plugin",
"javascript",
"jquery",
"data",
"data-binding",
"form",
"input"
],
"repository": {
"type": "git",
"url": "https://github.com/ange007/JQuery.myData.git"
},
"bugs": {
"url": "https://github.com/ange007/JQuery.myData/issues"
},
"scripts": {},
"engine": {
"node": ">= 10.0"
},
"main": "jquery.myData.min.js",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-config-sync": "^1.0.2",
"gulp-debug": "^4.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"rimraf": "^2.6.3"
}
}