{
  "name": "slush-instinct",
  "description": "A slush generator to scaffold an Instinct CL project",
  "version": "2.2.3",
  "homepage": "https://github.com/loremipson/slush-instinct",
  "author": {
    "name": "Tyler Ipson",
    "email": "tyler.ipson@clearlink.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/loremipson/slush-instinct.git"
  },
  "bugs": {
    "url": "https://github.com/loremipson/slush-instinct/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/loremipson/slush-instinct/blob/master/LICENSE"
    }
  ],
  "main": "slushfile.js",
  "engines": {
    "node": ">= 0.10.26",
    "npm": ">=1.4.3"
  },
  "scripts": {
    "test": "echo \"No tests\""
  },
  "dependencies": {
    "gulp": "^3.6.2",
    "gulp-conflict": "^0.1.1",
    "gulp-exec": "^2.1.2",
    "gulp-install": "^0.1.4",
    "gulp-rename": "^1.2.2",
    "gulp-template": "^0.1.1",
    "iniparser": "^1.0.5",
    "inquirer": "^0.8.0",
    "slush": ">=1.0.0",
    "underscore.string": "^2.3.3"
  },
  "keywords": [
    "slushgenerator"
  ]
}
