123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "author": "Apache Software Foundation",
- "name": "xcode",
- "description": "parser for xcodeproj/project.pbxproj files",
- "version": "2.1.0",
- "main": "index.js",
- "repository": {
- "url": "https://github.com/apache/cordova-node-xcode.git"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "dependencies": {
- "simple-plist": "^1.0.0",
- "uuid": "^3.3.2"
- },
- "devDependencies": {
- "nodeunit": "^0.11.3",
- "pegjs": "^0.10.0"
- },
- "scripts": {
- "pegjs": "node_modules/.bin/pegjs lib/parser/pbxproj.pegjs",
- "test": "node_modules/.bin/nodeunit test/parser test"
- },
- "license": "Apache-2.0",
- "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"
- }
- ]
- }
|