blob: 34b776a5d19c6e4670441450990fd1ce1a6e280d [file] [log] [blame]
{
"author": "Andrew Lunny <alunny@gmail.com>",
"name": "xcode",
"description": "parser for xcodeproj/project.pbxproj files",
"version": "0.9.1",
"main": "index.js",
"repository": {
"url": "https://github.com/alunny/node-xcode.git"
},
"engines": {
"node": ">=0.6.7"
},
"dependencies": {
"pegjs": "0.9.0",
"simple-plist": "0.1.4",
"uuid":"3.0.1"
},
"devDependencies": {
"nodeunit": "0.9.1"
},
"scripts": {
"test": "node_modules/.bin/nodeunit test/parser test"
},
"license": "Apache-2.0"
}