diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..4407f0a --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +/_builder +/_docs diff --git a/package.json b/package.json new file mode 100644 index 0000000..1748350 --- /dev/null +++ b/package.json @@ -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 " + ], + "license": "MIT", + "dependencies": {}, + "devDependencies": {}, + "homepage": "http://erikflowers.github.io/weather-icons/", + "keywords": [ + "css", "icon-font", "weather", "icon", "icons" + ] +}