{
  "_from": "xcode@1.0.0",
  "_id": "xcode@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-4fWxRDJF3tOMGAeW3xoQ/e2ghOw=",
  "_location": "/xcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xcode@1.0.0",
    "name": "xcode",
    "escapedName": "xcode",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xcode/-/xcode-1.0.0.tgz",
  "_shasum": "e1f5b1443245ded38c180796df1a10fdeda084ec",
  "_spec": "xcode@1.0.0",
  "_where": "/Users/trentgardner/Development/titanec/AMMPED.Mobile/plugins/cordova-pebble/hooks/ios",
  "author": {
    "name": "Apache Software Foundation"
  },
  "bugs": {
    "url": "https://github.com/apache/cordova-node-xcode/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Andrew Lunny",
      "email": "alunny@gmail.com"
    },
    {
      "name": "Anis Kadri"
    },
    {
      "name": "Mike Reinstein"
    },
    {
      "name": "Filip Maj"
    },
    {
      "name": "Brett Rudd",
      "email": "goya@apache.org"
    },
    {
      "name": "Bob Easterday"
    }
  ],
  "dependencies": {
    "pegjs": "^0.10.0",
    "simple-plist": "^0.2.1",
    "uuid": "3.0.1"
  },
  "deprecated": false,
  "description": "parser for xcodeproj/project.pbxproj files",
  "devDependencies": {
    "nodeunit": "^0.11.0"
  },
  "engines": {
    "node": ">=0.6.7"
  },
  "homepage": "https://github.com/apache/cordova-node-xcode#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "xcode",
  "repository": {
    "url": "git+https://github.com/apache/cordova-node-xcode.git"
  },
  "scripts": {
    "test": "nodeunit test/parser test"
  },
  "version": "1.0.0"
}
