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.
17 lines
357 B
17 lines
357 B
{
|
|
"name": "duk-runtests",
|
|
"version": "0.1.0",
|
|
"description": "Duktape test runner",
|
|
"author": {
|
|
"name": "Sami Vaarala",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"dependencies": {
|
|
"optimist": "~0.3.5",
|
|
"async": "~0.2.4",
|
|
"xml2js": "~0.2.4",
|
|
"MD5": "~1.0.0"
|
|
},
|
|
"main": "runtests.js"
|
|
}
|
|
|
|
|