Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed Dec 6, 2016
1 parent 6ebae28 commit 55506da
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"name": "vue-svg-loader",
"description": "Use SVG files as Vue Components",
"author": "visualfanatic"
}
"name": "vue-svg-loader",
"description": "Use SVG files as Vue Components",
"version": "0.1.0",
"keywords": [
"vue-svg-loader",
"svg",
"loader",
"webpack",
"vue"
],
"bugs": "https://github.com/visualfanatic/vue-svg-loader/issues",
"repository": "visualfanatic/vue-svg-loader",
"license": "MIT",
"author": "visualfanatic",
"main": "index.js",
"dependencies": {
"svgo": "^0.7.1"
}
}

0 comments on commit 55506da

Please sign in to comment.