UNPKG

diffxcodetargets

Version:

Command line tool that can be used to diff two Xcode targets

43 lines (42 loc) 888 B
{ "name": "diffxcodetargets", "version": "0.1.0", "description": "Command line tool that can be used to diff two Xcode targets", "preferglobal": true, "scripts": { "test": "mocha tests/*.tests.js" }, "bin": { "diffXcodeTargets": "./bin/index.js" }, "repository": { "type": "git", "url": "https://github.com/staxmanade/diffXcodeTargets" }, "bugs": { "url": "https://github.com/staxmanade/diffXcodeTargets/issues" }, "keywords": [ "XCode", "Targets", "Approvals", "CLI" ], "author": "", "license": "MIT", "dependencies": { "approvals": "^3.0.2", "chalk": "^2.4.1", "liftoff": "^2.0", "lodash": "^4.17.5", "minimist": "^1.1.0", "msee": "^0.3.5", "temp": "^0.8.1", "xcode": "^1.0.0" }, "devDependencies": { "approvals": "0.0.24", "chai": "^4.1.2", "shelljs": "^0.8.2" } }