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
19
package.json
19
package.json
@ -2,10 +2,17 @@
|
|||||||
"name": "font-awesome",
|
"name": "font-awesome",
|
||||||
"description": "The iconic font and CSS framework",
|
"description": "The iconic font and CSS framework",
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
"keywords": [
|
||||||
|
"font",
|
||||||
|
"awesome",
|
||||||
|
"fontawesome",
|
||||||
|
"icon",
|
||||||
|
"font",
|
||||||
|
"bootstrap"
|
||||||
|
],
|
||||||
"homepage": "http://fontawesome.io/",
|
"homepage": "http://fontawesome.io/",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url" : "http://github.com/FortAwesome/Font-Awesome/issues"
|
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Dave Gandy",
|
"name": "Dave Gandy",
|
||||||
@ -40,9 +47,11 @@
|
|||||||
"url": "http://opensource.org/licenses/mit-license.html"
|
"url": "http://opensource.org/licenses/mit-license.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.10.3"
|
||||||
},
|
},
|
||||||
"engines" : {
|
"devDependencies": {
|
||||||
"node" : ">=0.10.3"
|
"less": "~1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user