blob: 6f000cc820cfb454083be86bcdfcd4e8152207c3 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "xcode",
"description": "parser for xcodeproj/project.pbxproj files",
"version": "1.0.1-dev",
"main": "index.js",
"repository": {
"url": "https://github.com/apache/cordova-node-xcode.git"
},
"engines": {
"node": ">=0.6.7"
},
"dependencies": {
"simple-plist": "^0.2.1",
"uuid": "3.0.1"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodeunit": "^0.11.3",
"pegjs": "^0.10.0"
},
"scripts": {
"eslint": "eslint lib test",
"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"
}
]
}