2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-16 20:40:34 +03:00

添加 npm

This commit is contained in:
Mengxiong10
2017-05-09 15:11:24 +08:00
parent c423c62ff0
commit e04aaf400c
2 changed files with 32 additions and 13 deletions
+16 -4
View File
@@ -1,13 +1,25 @@
{
"name": "vue2-datepicker",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Mengxiong10 <15623530292@163.com>",
"private": true,
"description": "A Datepicker Component For Vue2",
"main": "src/datepicker/index.vue",
"version": "1.0.1",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mengxiong10/vue2-datepicker.git"
},
"keywords": [
"vue","datepicker"
],
"author": "xiemengxiong",
"license": "MIT",
"bugs": {
"url": "https://github.com/mengxiong10/vue2-datepicker/issues"
},
"homepage": "https://github.com/mengxiong10/vue2-datepicker#readme",
"dependencies": {
"vue": "^2.2.1"
},