mirror of https://github.com/svaarala/duktape.git
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.
27 lines
586 B
27 lines
586 B
{
|
|
"name": "duk-debug",
|
|
"version": "0.1.0",
|
|
"description": "Duktape debugger",
|
|
"author": {
|
|
"name": "Sami Vaarala",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "~2.6.4",
|
|
"minimist": "~1.1.0",
|
|
"express": "~4.10.1",
|
|
"body-parser": "~1.9.3",
|
|
"socket.io": "~1.2.1",
|
|
"utf8": "~2.0.0",
|
|
"wrench": "~1.5.8",
|
|
"sprintf": "~0.1.5",
|
|
"events": "~1.0.2",
|
|
"stream": "0.0.2",
|
|
"readline": "0.0.5",
|
|
"util": "~0.10.3",
|
|
"http": "0.0.0",
|
|
"yamljs": "~0.2.1",
|
|
"byline": "~4.2.1"
|
|
},
|
|
"main": "duk_debug.js"
|
|
}
|
|
|