-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "vanilla-select",
"version": "1.0.25",
"description": "Standalone replacement for select boxes",
"main": "./dist/vanilla-select.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vorotina/vanilla-select"
},
"keywords": [
"vanilla",
"select",
"dropdown",
"js"
],
"author": {
"name": "Kateryna Vorotina",
"email": "vorotina@gmail.com"
},
"scripts": {
"build": "gulp build",
"build-ie": "gulp script-ie",
"serve": "gulp serve"
},
"license": "MIT",
"homepage": "https://github.com/vorotina/vanilla-select#readme",
"devDependencies": {
"google-closure-compiler": "^20170521.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.2.1",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.3.0",
"gulp-cssmin": "^0.1.7",
"gulp-gzip": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-sass": "^4.1.0",
"gulp-server-livereload": "^1.9.2",
"gulp-strip-debug": "^1.1.0",
"jshint": "^2.9.4",
"standard-version": "^4.4.0"
},
"dependencies": {
"element-closest": "^2.0.2"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}