update README and package.json

This commit is contained in:
Gil Barbara
2015-06-29 20:22:42 -03:00
parent bbea38ec31
commit f66e415c6f
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -252,10 +252,10 @@ A collection of svg vector logos for developers. Programming languages, techno
![nodejitsu](http://gilbarbara.github.io/logos/nodejitsu.svg)
## nodejs
![nodejs](http://gilbarbara.github.io/logos/nodejs.svg)
![nodejs](http://gilbarbara.github.io/logos/nodejs-icon.svg)
![nodejs](http://gilbarbara.github.io/logos/nodejs.svg)
## nodemon
![nodemon](http://gilbarbara.github.io/logos/nodemon.svg)
+5 -5
View File
@@ -9,18 +9,18 @@
"license": "CC0-1.0",
"homepage": "http://gilbarbara.github.io/logos/",
"devDependencies": {
"browser-sync": "^2.7.12",
"del": "^1.2.0",
"browser-sync": "^2.7",
"del": "^1.2",
"gulp": "^3.9",
"gulp-autoprefixer": "^2.3",
"gulp-cssmin": "^0.1",
"gulp-gh-pages": "^0.5",
"gulp-if": "^1.2.5",
"gulp-if": "^1.2",
"gulp-load-plugins": "^0.10",
"gulp-plumber": "^1.0",
"gulp-replace": "^0.5.3",
"gulp-replace": "^0.5",
"gulp-sass": "^2.0",
"gulp-useref": "^1.2.0"
"gulp-useref": "^1.2"
},
"engines": {
"node": ">=0.10.0"