{
  "name": "grunt-ng-constant",
  "description": "Plugin for dynamic generation of angular constant modules.",
  "version": "2.0.3",
  "homepage": "https://github.com/werk85/grunt-ng-constant",
  "author": {
    "name": "Malte Legenhausen",
    "email": "legenhausen@werk85.de"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/werk85/grunt-ng-constant.git"
  },
  "bugs": {
    "url": "https://github.com/werk85/grunt-ng-constant/issues"
  },
  "license": "MIT",
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^1.4.0",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "grunt",
    "gruntplugin",
    "angular",
    "angularjs",
    "constants",
    "constant",
    "values",
    "value",
    "module",
    "generator"
  ],
  "dependencies": {
    "jju": "^1.3.0",
    "lodash": "^4.17.21",
    "tosource": "^1.0.0"
  }
}
