forked from c4milo/node-webkit-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 844 Bytes
/
package.json
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.0.4",
"author": "Camilo Aguilar",
"repository": "git://github.com/c4milo/node-webkit-agent",
"engines": {
"node": "0.6 || 0.7 || 0.8"
},
"devDependencies": {
"mocha": "0.14.1",
"should": "0.6.0"
},
"dependencies": {
"v8-profiler": "git://github.com/c4milo/v8-profiler.git#master",
"ws": "0.4.14",
"underscore": "1.3.3"
},
"main": "index"
}