mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Package.json improvements:
- Added bug tracker url - Fixed license ids - Released less dependency (for users using scss) - Added engines Refers to #2683
This commit is contained in:
parent
3a461a3481
commit
fafd1c3124
11
package.json
11
package.json
@ -4,6 +4,9 @@
|
||||
"version": "4.0.4",
|
||||
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
||||
"homepage": "http://fontawesome.io/",
|
||||
"bugs": {
|
||||
"url" : "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Dave Gandy",
|
||||
"email": "dave@fontawesome.io",
|
||||
@ -29,15 +32,17 @@
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "SIL OFL 1.1",
|
||||
"type": "OFL-1.1",
|
||||
"url": "http://scripts.sil.org/OFL"
|
||||
},
|
||||
{
|
||||
"type": "MIT License",
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/mit-license.html"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"less": "1.4.2"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=0.10.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user