UNPKG

ticucumber

Version:

TiCucumber: Cucumber for Appc Alloy.

57 lines (56 loc) 1.25 kB
{ "name": "ticucumber", "description": "TiCucumber: Cucumber for Appc Alloy.", "version": "0.2.1", "homepage": "https://github.com/Codexlabs/TiCucumber", "author": { "name": "Andrew McElroy", "email": "amcelroy@CodexLabs.com" }, "repository": { "type": "git", "url": "git://github.com/Codexlabs/TiCucumber.git" }, "preferGlobal": true, "dependencies": { "exec-sync": "0.1.6", "colors": "0.6.0-1", "pkginfo": "0.2.2", "commander": "0.6.1", "wrench": "1.3.9", "xmldom": "0.1.13", "jsonlint": "1.5.1", "uglify-js": "2.2.5", "source-map": "0.1.9", "xml2tss": "0.0.5" }, "bugs": { "url": "https://github.com/Codexlabs/TiCucumber/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Codexlabs/TiCucumber/blob/master/LICENSE-MIT" } ], "bin": { "ticucumber": "./bin/ticucumber" }, "scripts": { "test": "jake test:all" }, "main": "./TiCucumber/ticucumber", "engines": { "node": ">=0.8" }, "keywords": [ "BDD", "TDD", "Titanium", "Appcelerator", "Alloy", "Cucumber", "Integration Testing", "Calabash" ] }