-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 843 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
{
"name": "@iconic/multiselect",
"version": "0.7.0",
"description": "A multiselect component in Pure JS - Compatible with IE11",
"main": "src/multi-select.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Multiselect",
"JavaScript",
"Iconic"
],
"author": "Sidney Wimart",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.1",
"gulp-decomment": "^0.2.2"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.14.5"
}
}