{
  "name": "grunt-nglue",
  "description": "Glue re-usable angular modules together to create one app",
  "version": "0.0.26-1",
  "homepage": "https://github.com/eladelrom/nglue.git",
  "author": {
    "name": "Elad Elrom",
    "email": "elad.ny@gmail.com",
    "url": "http://effectiveidea.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eladelrom/nglue.git"
  },
  "bugs": {
    "url": "https://github.com/eladelrom/nglue/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/eladelrom/nglue.git/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-replace": "~0.4.4",
    "grunt-contrib-less": "~0.6.1",
    "grunt-notify": "~0.2.4",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-sass": "~0.4.0",
    "grunt-contrib-cssmin": "~0.6.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin"
  ]
}
