-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "vanilla-js-dropdown",
"version": "2.3.0",
"description": "Vanilla JavaScript Dropdown - a tiny (~700 bytes gzipped) select tag replacement with optgroups support.",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "karma start karma.conf.js"
},
"devDependencies": {
"coveralls": "^3.0.3",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-header": "^2.0.7",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-strip-code": "^0.1.4",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.3.0",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.1.1",
"jshint": "^2.10.1",
"jshint-stylish": "^2.2.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.32",
"phantom": "^6.0.3",
"pug": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/zoltantothcom/vanilla-js-dropdown.git"
},
"author": "Zoltan Toth",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/zoltantothcom/vanilla-js-dropdown/issues"
},
"homepage": "https://zoltantothcom.github.io/vanilla-js-dropdown"
}