vue2-selectize
Version:
A Selectize wrapper for VueJS.
41 lines (40 loc) • 983 B
JSON
{
"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"
}
}