-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 868 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
{
"name": "better-font-awesome-library",
"description": "Better Font Awesome Library",
"version": "2.0.0",
"main": " ",
"devDependencies": {
"fontawesome-iconpicker": "^3.2.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"clean": "rm -rf lib",
"build": "npm run clean && npm ci && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MickeyKay/better-font-awesome-library.git"
},
"keywords": [
"better",
"font",
"awesome",
"library",
"WordPress"
],
"author": "Mickey Kay <mickeyskay@gmail.com> (http://mickeykay.me/)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/MickeyKay/better-font-awesome-library/issues"
},
"homepage": "https://github.com/MickeyKay/better-font-awesome-library#readme"
}