{
  "name": "yaktor-ui-angular1",
  "description": "Generate AngularJS applications based on a JSON application grammar",
  "version": "0.1.2",
  "license": "Apache-2.0",
  "homepage": "https://github.com/SciSpike/yaktor-ui-angular1",
  "repository": {
    "type": "git",
    "url": "git@github.com:SciSpike/yaktor-ui-angular1.git"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "patch": "grunt release-patch",
    "minor": "grunt release-minor",
    "lint": "standard --verbose",
    "format": "standard-format -w"
  },
  "bin": {
    "yaktor-ui": "./bin/yaktor-ui"
  },
  "dependencies": {
	  "async": "0.2.9",
    "walk": "2.3.x",
    "string": "1.7.x",
    "underscore": "1.6.0",
    "commander": "2.0.0",
    "which":"1.0.5"
  },
  "devDependencies": {
    "js-beautify": "1.4.x",
    "nodeunit": "~0.8.2",
    "grunt": "1.0.1",
    "grunt-bump": "0.8.0",
    "grunt-cli": "1.2.0",
    "grunt-shell": "1.3.0",
    "load-grunt-tasks": "3.5.0"
  },
  "keywords": [
    "angularjs",
    "generator",
    "json schema"
  ]
}
