-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.07 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
50
{
"name": "font-awesome-v5-icons",
"version": "1.3.0",
"description": "Returns actual list of Font Awesome icons (works with FA version 5)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soul-wish/font-awesome-v5-icons.git"
},
"files": [
"index.js",
"index.d.ts",
"data"
],
"keywords": [
"json",
"font-awesome",
"font",
"awesome",
"list",
"array",
"icons",
"fonts"
],
"author": {
"name": "Sergii Lysenko",
"email": "[email protected]",
"url": "https://soulwish.info"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/soul-wish/font-awesome-v5-icons/issues"
},
"homepage": "https://github.com/soul-wish/font-awesome-v5-icons#readme",
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"dependencies": {
"got": "^11.8.6",
"object.pick": "^1.3.0",
"yamljs": "^0.3.0"
}
}