forked from Yusupov-droid/font-awesome-icon-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 791 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
{
"name": "font-awesome-iconset",
"version": "5.15.0",
"description": "Font Awesome icon set.",
"main": "./dist/iconset.min.js",
"scripts": {
"build": "node ./parser/parser.mjs && webpack"
},
"keywords": [],
"author": "Yusupov-droid <[email protected]>",
"license": "MIT",
"devDependencies": {
"axios": "^0.21.1",
"js-yaml": "^4.1.0",
"prettier": "^2.3.2",
"terser": "^5.7.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Yusupov-droid/font-awesome-icon-set.git"
},
"bugs": {
"url": "https://github.com/Yusupov-droid/font-awesome-icon-set/issues"
},
"homepage": "https://github.com/Yusupov-droid/font-awesome-icon-set#readme"
}