You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
842 B
37 lines
842 B
{
|
|
"name": "inspector",
|
|
"description": "Node.js binding for WebKit Inspector API",
|
|
"version": "0.5.0",
|
|
"author": "Admazely <dev@admaze.ly>",
|
|
"maintainers": [
|
|
"AndreasMadsen <andreas@admaze.ly>"
|
|
],
|
|
"main": "./inspector.js",
|
|
"scripts": {
|
|
"test": "tap ./test/simple",
|
|
"generate": "node build/download && node build/generate"
|
|
},
|
|
"repository" : {
|
|
"type": "git",
|
|
"url": "git://github.com/Admazely/inspector.git"
|
|
},
|
|
"keywords": [
|
|
"WebKit",
|
|
"inspector",
|
|
"Chrome",
|
|
"Safari",
|
|
"binding"
|
|
],
|
|
"dependencies": {
|
|
"ws": "0.7.x",
|
|
"endpoint": "0.4.x"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.7.x",
|
|
"temp": "0.8.x",
|
|
"async": "0.9.x",
|
|
"rimraf": "2.3.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|