Skip to content

Commit 55506da

Browse files
author
visualfanatic
committed
package.json
1 parent 6ebae28 commit 55506da

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

package.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
2-
"name": "vue-svg-loader",
3-
"description": "Use SVG files as Vue Components",
4-
"author": "visualfanatic"
5-
}
2+
"name": "vue-svg-loader",
3+
"description": "Use SVG files as Vue Components",
4+
"version": "0.1.0",
5+
"keywords": [
6+
"vue-svg-loader",
7+
"svg",
8+
"loader",
9+
"webpack",
10+
"vue"
11+
],
12+
"bugs": "https://github.com/visualfanatic/vue-svg-loader/issues",
13+
"repository": "visualfanatic/vue-svg-loader",
14+
"license": "MIT",
15+
"author": "visualfanatic",
16+
"main": "index.js",
17+
"dependencies": {
18+
"svgo": "^0.7.1"
19+
}
20+
}

0 commit comments

Comments
 (0)