{
  "name": "pbxproj-dom",
  "version": "1.2.0",
  "description": "",
  "main": "index.js",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.33",
    "@types/node": "0.0.2",
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "mocha-typescript": "^1.0.14",
    "pegjs": "^0.10.0",
    "typescript": "^2.1.4"
  },
  "scripts": {
    "prepublish": "pegjs parser.pegjs && tsc",
    "test": "pegjs parser.pegjs && tsc && mocha",
    "watch": "mocha-typescript-watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PanayotCankov/pbxproj-dom.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/PanayotCankov/pbxproj-dom/issues"
  },
  "homepage": "https://github.com/PanayotCankov/pbxproj-dom#readme"
}
