mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "vue-select",
|
|
"version": "1.0.2",
|
|
"description": "A Vue.js project",
|
|
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
|
"private": true,
|
|
"main": "src/components/Select.vue",
|
|
"scripts": {
|
|
"dev": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js & http-server -c 1 -a localhost",
|
|
"uglify": "cross-env NODE_ENV=production browserify -e src/main.js | uglifyjs -c warnings=false -m > dist/build.js",
|
|
"build": "cross-env NODE_ENV=production browserify -e src/main.js > dist/build.js",
|
|
"lint": "eslint --ext .js,.vue src test/unit",
|
|
"test": "karma start karma.conf.js"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"vueify",
|
|
"babelify"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sagalbot/vue-select.git"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.0.0",
|
|
"babel-plugin-transform-runtime": "^6.0.0",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-stage-2": "^6.0.0",
|
|
"babel-runtime": "^5.8.0",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^12.0.1",
|
|
"browserify-hmr": "^0.3.1",
|
|
"cross-env": "^1.0.5",
|
|
"eslint": "^1.10.3",
|
|
"eslint-plugin-html": "^1.1.0",
|
|
"http-server": "^0.8.5",
|
|
"jasmine-core": "^2.4.1",
|
|
"karma": "^0.13.15",
|
|
"karma-browserify": "^4.4.2",
|
|
"karma-jasmine": "^0.3.6",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"karma-spec-reporter": "0.0.23",
|
|
"phantomjs-prebuilt": "^2.1.3",
|
|
"proxyquireify": "^3.0.1",
|
|
"uglify-js": "^2.5.0",
|
|
"vue-hot-reload-api": "^1.2.2",
|
|
"vueify": "^8.0.0",
|
|
"vueify-insert-css": "^1.0.0",
|
|
"watchify": "^3.4.0"
|
|
}
|
|
}
|