From 0b7eb264ec3f58917cfa77d8e2ac1240fb9a8b93 Mon Sep 17 00:00:00 2001 From: Victor Cazanave Date: Sat, 13 Apr 2019 19:00:37 +0800 Subject: [PATCH] [Project] Init package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..85e4762 --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/VictorCazanave/vue-svg-map/issues" + }, + "homepage": "https://github.com/VictorCazanave/vue-svg-map#readme" +}