mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
add npm info
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"name": "vue-select",
|
||||
"version": "1.0.0",
|
||||
"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",
|
||||
"build": "cross-env NODE_ENV=production browserify -e src/main.js | uglifyjs -c warnings=false -m > dist/build.js",
|
||||
@@ -15,6 +17,10 @@
|
||||
"babelify"
|
||||
]
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/sagalbot/vue-select.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^1.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user