2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-13 07:52:12 -06:00

Merge pull request #116 from bradtwurst/npm_package

add files for npm
This commit is contained in:
Erik Flowers 2015-11-26 07:24:18 -08:00
commit b7c95f1587
2 changed files with 18 additions and 0 deletions

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
/_builder
/_docs

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "weather-icons",
"version": "2.0.10",
"description": "215 weather themed icons inspired by Font Awesome and ready for Bootstrap",
"scripts": {},
"authors": [
"Erik Flowers <erik@helloerik.com>"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [
"css", "icon-font", "weather", "icon", "icons"
]
}