jpcercal/twitter-like

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "twitter-like",
  "version": "0.0.1",
  "description": "Twitter like message application",
  "author": "João Paulo Cercal <jpcercal@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-cssmin": "^0.12.3",
    "grunt-contrib-imagemin": "^0.9.4",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-less": "^0.12.0",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-notify": "^0.4.1",
    "time-grunt": "^1.2.1"
  }
}