forked from maykinmedia/dual-listbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dual-listbox",
"version": "1.3.0",
"description": "Dual listbox for multi-select elements",
"main": "dist/dual-listbox.js",
"directories": {
"test": "test"
},
"dependencies": {
"jshint": "^2.10.2"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/plugin-transform-spread": "latest",
"@babel/polyfill": "latest",
"@babel/preset-env": "latest",
"autoprefixer": "latest",
"babel-loader": "latest",
"cssnano": "latest",
"del": "latest",
"gulp": "latest",
"gulp-css-purge": "latest",
"gulp-hub": "latest",
"gulp-if": "latest",
"gulp-jshint": "latest",
"gulp-jshint-jslint-file-reporter": "^0.1.0",
"gulp-postcss": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"istanbul-instrumenter-loader": "latest",
"jasmine-core": "latest",
"jsdoc-to-markdown": "latest",
"jshint-stylish": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-coveralls": "latest",
"karma-es6-shim": "latest",
"karma-firefox-launcher": "latest",
"karma-fixture": "latest",
"karma-jasmine": "latest",
"karma-jasmine-ajax": "latest",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "latest",
"karma-webpack": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-node-externals": "latest",
"webpack-stream": "latest"
},
"scripts": {
"test": "gulp lint && gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/dual-listbox.git"
},
"keywords": [
"Select",
"Dual",
"Listbox",
"Multiselect",
"Multi"
],
"author": "Maykin Media <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maykinmedia/dual-listbox/issues"
},
"homepage": "https://github.com/maykinmedia/dual-listbox#readme"
}