{
  "name": "cortex-init-prompts",
  "version": "1.0.3",
  "description": "Prompts asked when initializing a new cortex project.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:cortexjs/cortex-init-prompts.git"
  },
  "keywords": [
    "cortex",
    "init",
    "prompts",
    "prompt"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cortexjs/cortex-init-prompts/issues"
  },
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.0"
  },
  "dependencies": {
    "asks": "^1.0.0",
    "semver": "^2.3.0",
    "githuburl": "~0.1.6"
  }
}
