-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
25 lines (25 loc) · 1.39 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@mdi/font": "^7.4.47",
"npm-check-updates": "^16.14.20",
"prettier": "3.3.3"
},
"name": "fontawesome.sharp",
"description": "[![Build status](https://ci.appveyor.com/api/projects/status/1ablv5ai1ydpqs5y?svg=true)](https://ci.appveyor.com/project/awesome-inc-build/fontawesome-sharp)\r [![NuGet](https://badge.fury.io/nu/FontAwesome.Sharp.svg)](https://www.nuget.org/packages/FontAwesome.Sharp/)\r [![NuGet](https://img.shields.io/nuget/dt/FontAwesome.Sharp.svg?style=flat-square)](https://www.nuget.org/packages/FontAwesome.Sharp/)\r [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=awesome-inc_FontAwesome.Sharp&metric=alert_status)](https://sonarcloud.io/dashboard?id=awesome-inc_FontAwesome.Sharp)\r <!-- [![Coverage Status](https://coveralls.io/repos/github/awesome-inc/FontAwesome.Sharp/badge.svg)](https://coveralls.io/github/awesome-inc/FontAwesome.Sharp) -->",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesome-inc/FontAwesome.Sharp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/awesome-inc/FontAwesome.Sharp/issues"
},
"homepage": "https://github.com/awesome-inc/FontAwesome.Sharp#readme"
}