add grunt package

This commit is contained in:
Iuri Matias 2015-05-24 11:57:50 -04:00
parent 12a37ee6d4
commit 164d46f058
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@
"grunt-contrib-copy": "^0.8.0", "grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1", "grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"matchdep": "^0.3.0", "matchdep": "^0.3.0",
"read-yaml": "^1.0.0", "read-yaml": "^1.0.0",
"shelljs": "^0.4.0", "shelljs": "^0.4.0",

View File

@ -13,12 +13,16 @@
"compression": "^1.4.3", "compression": "^1.4.3",
"execSync": "^1.0.2", "execSync": "^1.0.2",
"express": "^4.12.3", "express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0", "grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0", "grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1", "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0", "grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1", "grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-open": "^0.2.3", "grunt-open": "^0.2.3",
"matchdep": "^0.3.0", "matchdep": "^0.3.0",
"read-yaml": "^1.0.0", "read-yaml": "^1.0.0",