Font-Awesome/package.json
Stephen Belanger 179c519ae9 Add main field to package.json
This allows support for `npm install font-awesome` and `@import "font-awesome"` to just work
when using a custom sass importer like https://www.npmjs.com/package/node-sass-import
2016-06-20 22:49:14 -07:00

46 lines
1.1 KiB
JSON

{
"name": "font-awesome",
"description": "The iconic font and CSS framework",
"version": "4.6.3",
"style": "css/font-awesome.css",
"main": "scss/font-awesome.scss",
"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",
"web": "http://twitter.com/davegandy"
},
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/Font-Awesome.git"
},
"contributors": [
{
"name": "Brian Talbot",
"web": "http://twitter.com/talbs"
},
{
"name": "Travis Chase",
"web": "http://twitter.com/supercodepoet"
},
{
"name": "Rob Madole",
"web": "http://twitter.com/robmadole"
},
{
"name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala"
}
],
"license": "(OFL-1.1 AND MIT)",
"dependencies": {
},
"engines" : {
"node" : ">=0.10.3"
}
}