2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-22 11:10:33 +03:00

Initial commit

This commit is contained in:
cristijora
2017-04-15 21:54:32 +03:00
commit 011774fd34
3 changed files with 166 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "vue-tab-wizard",
"version": "1.0.0",
"description": "A vue based tab wizard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristijora/vue-tab-wizard.git"
},
"keywords": [
"vue"
],
"author": "Cristi Jora",
"license": "ISC",
"bugs": {
"url": "https://github.com/cristijora/vue-tab-wizard/issues"
},
"homepage": "https://github.com/cristijora/vue-tab-wizard#readme",
"devDependencies": {
"vue": "^2.2.6"
}
}