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

add files for npm

This commit is contained in:
Administrator 2015-10-27 15:48:00 -04:00
parent a85ba96d25
commit 43790d801e
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"
]
}