Skip to content

Commit

Permalink
Merge pull request #23 from ceoaliongroo/22
Browse files Browse the repository at this point in the history
chore(all): add package.json
  • Loading branch information
Carlos Mantilla committed Jul 15, 2015
2 parents c805644 + d48cdb3 commit 47f2293
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "angular-weather",
"version": "0.0.1",
"description": "Angular module to get and display the actual weather in somewhere. The module use the openweathermap.org API.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceoaliongroo/angular-weather.git"
},
"keywords": [
"weather",
"climate",
"temperature",
"clime",
"humidity",
"forecast",
"precipitation"
],
"author": "Carlos Mantilla",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceoaliongroo/angular-weather/issues"
},
"homepage": "https://github.com/ceoaliongroo/angular-weather#readme"
}

0 comments on commit 47f2293

Please sign in to comment.