forked from israel-munoz/multiselect-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "multiselect-dropdown",
"version": "2.0.2",
"description": "Multi-select drop-down control to replace regular select element",
"keywords": [
"forms",
"select",
"multiselect"
],
"homepage": "https://www.destesoft.com/multiselect-dropdown",
"bugs": {
"url": "https://github.com/israel-munoz/multiselect-dropdown/issues"
},
"license": "MIT",
"author": {
"name": "Israel Muñoz",
"email": "israel.munoz.v@gmail.com",
"url": "https://www.destesoft.com"
},
"readme": "https://github.com/israel-munoz/multiselect-dropdown/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/israel-munoz/multiselect-dropdown"
},
"scripts": {
"build": "gulp --gulpfile ./build/gulpfile.js",
"lint": "eslint ./src/multiselect-dropdown.js --config ./build/.eslintrc.json"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"del": "^6.0.0",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"yargs-parser": ">=5.0.0-security.0"
}
}