@cliqz-oss/firefox-client
Version:
Firefox remote debugging client
25 lines (24 loc) • 516 B
JSON
{
"name": "@cliqz-oss/firefox-client",
"description": "Firefox remote debugging client",
"version": "0.3.1",
"author": "Heather Arthur <fayearthur@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/harthur/firefox-client.git"
},
"dependencies": {
"colors": "0.5.x",
"js-select": "~0.6.0"
},
"devDependencies": {
"connect": "~2.8.2",
"mocha": "~1.12.0"
},
"keywords": [
"firefox",
"debugger",
"remote debugging"
]
}