forked from AuHau/select-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "select-picker",
"version": "0.3.2",
"description": "Multi-select tags like picker as plugin for jQuery",
"main": "js/picker.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AuHau/select-picker.git"
},
"keywords": [
"js",
"multiselect",
"tags",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Adam Uhlir <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AuHau/select-picker#issues"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"test-chrome": "./node_modules/.bin/karma start --single-run --browsers Chrome_custom",
"test-debug": "./node_modules/.bin/karma start --single-run=false --debug --browsers Chrome_custom"
},
"homepage": "https://github.com/AuHau/select-picker",
"devDependencies": {
"bower": "^1.6.3",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.4.3",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.0.2",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"less-plugin-autoprefix": "^1.1.0",
"less-plugin-clean-css": "^1.4.0",
"main-bower-files": "^2.4.1",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.3"
},
"dependencies": {
"jquery": "^3.3.1"
}
}