forked from tthallos/vue-feather-icon
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vue-feather-icon",
"version": "1.1.0",
"description": "Vue component for feather icon",
"main": "index.js",
"devDependencies": {
"gulp": "^3.9.1",
"event-stream": "^3.3.4",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8"
},
"scripts": {
"build": "node ./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mage3k/vue-feather-icon.git"
},
"keywords": [
"vue",
"feather",
"icon",
"svg"
],
"author": "mage3k <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mage3k/vue-feather-icon/issues"
},
"files": [
"index.js",
"plugin.js",
"components"
],
"homepage": "https://github.com/mage3k/vue-feather-icon#readme"
}