{
  "name": "read-cortex-json",
  "version": "3.6.1",
  "description": "The thing cortex uses to read cortex.json files or fallback to read cortex configurations from package.json",
  "main": "index.js",
  "scripts": {
    "test": "sh test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:cortexjs/read-cortex-json.git"
  },
  "keywords": [
    "read",
    "json",
    "cortex",
    "cortex-json",
    "package.json",
    "cortex.json",
    "package",
    "validate",
    "readme"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cortexjs/read-cortex-json/issues"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "chai": "^1.9.1",
    "fs-sync": "^0.2.4",
    "tmp": "0.0.23",
    "underscore": "~1.6.0",
    "cortex-playground": "~0.1.2"
  },
  "dependencies": {
    "async": "^0.8.0",
    "comment-json": "^0.1.5",
    "fs-expand": "^0.2.0",
    "fs-extra": "^0.8.1",
    "glob": "^4.0.4",
    "graceful-fs": "^3.0.2",
    "mix2": "^1.0.1",
    "mkdirp": "^0.5.0",
    "normalize-package-data": "^0.4.1"
  }
}
