-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "knockout-selectize",
"version": "1.0.0",
"description": "knockout<->selectize adapter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krnlde/knockout-selectize.git"
},
"keywords": [
"knockout",
"selectize",
"adapter"
],
"author": "Kai Dorschner",
"license": "MIT",
"bugs": {
"url": "https://github.com/krnlde/knockout-selectize/issues"
},
"homepage": "https://github.com/krnlde/knockout-selectize#readme",
"dependencies": {
"jquery": "^3.1.1",
"knockout": "^3.4.1",
"selectize": "^0.12.4"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-bump": "^2.5.0",
"gulp-connect": "^5.0.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-git": "^1.12.0",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-nsp": "^2.4.2",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"mocha": "^3.1.2",
"run-sequence": "^1.2.2",
"systemjs-plugin-babel": "0.0.17",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}