UNPKG

@mozilla/raptor

Version:
82 lines (81 loc) 2 kB
{ "name": "@mozilla/raptor", "version": "5.0.2", "preferGlobal": true, "description": "CLI tool for Firefox OS Gaia performance tests", "keywords": [ "testing", "firefox-os", "gaia", "performance", "b2g", "cli" ], "main": "lib/index.js", "author": { "name": "Eli Perelman", "email": "eli@eliperelman.com" }, "bin": { "raptor": "./raptor" }, "bugs": { "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox%20OS&component=Gaia%3A%3APerformanceTest", "email": "eperelman@mozilla.com" }, "config": { "cli": { "plugins": [ "./lib/extensions/db", "./lib/extensions/exits", "./lib/extensions/errors", "./lib/extensions/json", "./lib/extensions/meta", "./lib/extensions/options", "./lib/extensions/stdin", "./lib/commands/version", "raptor-test", "raptor-query", "raptor-regression", "raptor-submit", "raptor-track", "raptor-bug" ] }, "cosmic": { "packageProp": false, "js": false, "argv": false } }, "devDependencies": {}, "dependencies": { "cosmiconfig": "1.0.1", "debug": "2.2.0", "ramda": "0.18.0", "raptor-bug": "2.0.0", "raptor-query": "4.0.0", "raptor-regression": "2.0.0", "raptor-submit": "1.0.0", "raptor-test": "1.0.2", "raptor-track": "2.0.0", "vorpal": "1.4.1" }, "directories": {}, "homepage": "https://developer.mozilla.org/en-US/Firefox_OS/Automated_testing/Raptor", "license": "Apache-2.0", "maintainers": [ { "name": "eliperelman", "email": "eli@eliperelman.com" }, { "name": "rwood-moz", "email": "rwood@mozilla.com" } ], "repository": "mozilla-raptor/cli", "scripts": { "init": "npm unlink && rm -rf node_modules && npm link raptor-test raptor-query raptor-regression raptor-submit raptor-track raptor-bug && npm install && npm link" } }