tdbox
Version:
Integrates Tapdaq to your compiled iOS Buildbox application
26 lines (25 loc) • 637 B
JSON
{
"name": "tdbox",
"version": "1.0.5",
"description": "Integrates Tapdaq to your compiled iOS Buildbox application",
"keywords": "buildbox, tapdaq, ios, integration, integrate, xcode, framework, bundle",
"bin": {
"tdbox": "./lib/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tapdaq <support@tapdaq.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.0",
"commander": "^2.8.1",
"plist": "^1.1.0",
"request": "^2.60.0",
"xcode": "^0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tapdaq/tdbox.git"
}
}