Skip to content

Commit

Permalink
[Project] Init package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCazanave committed Apr 13, 2019
1 parent 4b47097 commit 0b7eb26
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "vue-svg-map",
"version": "0.0.1",
"description": "A set of Vue.js components to display an interactive SVG map",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VictorCazanave/vue-svg-map.git"
},
"author": "Victor Cazanave <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VictorCazanave/vue-svg-map/issues"
},
"homepage": "https://github.com/VictorCazanave/vue-svg-map#readme"
}

0 comments on commit 0b7eb26

Please sign in to comment.