-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
40 lines (40 loc) · 983 Bytes
/
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
{
"name": "vue2-selectize",
"version": "1.1.7",
"description": "A Selectize wrapper for VueJS.",
"main": "dist/vue2-selectize.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhyek/vue2-selectize.git"
},
"keywords": [
"vue",
"vuejs",
"selectize",
"select"
],
"author": "https://github.com/rhyek",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhyek/vue2-selectize/issues"
},
"homepage": "https://github.com/rhyek/vue2-selectize#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.1.8",
"vue-loader": "^11.1.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1"
},
"dependencies": {
"deep-equal": "^1.0.1",
"selectize": "^0.12.4"
}
}