mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
Add Less to package.json. Fix package.json formatting.
This commit is contained in:
parent
b85ea4b059
commit
fc15719f9c
15
package.json
15
package.json
@ -2,7 +2,14 @@
|
||||
"name": "font-awesome",
|
||||
"description": "The iconic font and CSS framework",
|
||||
"version": "4.2.0",
|
||||
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
||||
"keywords": [
|
||||
"font",
|
||||
"awesome",
|
||||
"fontawesome",
|
||||
"icon",
|
||||
"font",
|
||||
"bootstrap"
|
||||
],
|
||||
"homepage": "http://fontawesome.io/",
|
||||
"bugs": {
|
||||
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||
@ -40,9 +47,11 @@
|
||||
"url": "http://opensource.org/licenses/mit-license.html"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"engines": {
|
||||
"node": ">=0.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"less": "~1.4.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user