UNPKG

pbxproj

Version:

parse & stringify xcode pbxproj format

32 lines (31 loc) 651 B
{ "name": "pbxproj", "version": "0.0.5", "description": "parse & stringify xcode pbxproj format", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/phantasien/pbxproj.git" }, "keywords": [ "pbxproj", "xcode" ], "author": "David Corticchiato", "license": "MIT", "bugs": { "url": "https://github.com/phantasien/pbxproj/issues" }, "homepage": "https://github.com/phantasien/pbxproj", "dependencies": { "handlebars": "^2.0.0", "lodash": "^2.4.1" }, "devDependencies": { "jshint": "^2.5.5", "mocha": "^1.21.4" } }