Add Less to package.json. Fix package.json formatting.

This commit is contained in:
William Boman 2014-12-09 17:32:28 +01:00
parent b85ea4b059
commit fc15719f9c

View File

@ -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"
} }
} }