2
0
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:
Jeff Sagal
2016-03-02 10:07:26 -08:00
parent 91649c9808
commit a3d2a739ab
+6
View File
@@ -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"
},