-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "vue-themify-icons",
"version": "1.0.1",
"description": "Vue.js themify icons",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Ahmad Mostafa",
"email": "zoaby.am@gmail.com",
"url": "https://ahmadmostafa.com"
},
"publisher": "z3by",
"displayName": "Vue Themify Icons",
"readme": "README.md",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/z3by/vue-themify-icons",
"repository": "z3by/vue-themify-icons",
"contributors": [
{
"name": "Ahmad Mostafa",
"url": "https://github.com/z3by"
}
],
"files": [
"themify-icons",
"index.js",
"ThemifyIcon.vue"
],
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [
"themify icons",
"themify",
"free icons",
"light icons",
"ios icons",
"themify vue",
"Vue icons",
"vue icons",
"light icons"
],
"devDependencies": {
"vuepress": "^1.2.0"
}
}