forked from c4milo/node-webkit-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 703 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "webkit-devtools-agent",
"description": "Webkit devtools agent that leverages remote debugging and profiling of nodejs applications using the built-in webkit inspector.",
"keywords": [
"devtools",
"agent",
"webkit",
"debugger",
"profiler",
"remote",
"v8"
],
"homepage": "http://github.com/c4milo/node-webkit-agent",
"version": "0.3.1",
"author": "Camilo Aguilar",
"repository": "git://github.com/c4milo/node-webkit-agent",
"engines": {
"node": ">= 0.6.0"
},
"devDependencies": {
"mocha": "1.14.0",
"should": "0.6.0"
},
"dependencies": {
"nan": "1.6.2",
"ws": "7.2.0",
"underscore": "1.3.3"
},
"main": "index"
}