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.
19 lines
439 B
19 lines
439 B
{
|
|
"name": "@duktape/duk-runtests",
|
|
"version": "0.1.0",
|
|
"description": "Duktape test runner",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Sami Vaarala",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"dependencies": {
|
|
"MD5": "~1.0.0",
|
|
"async": "~0.2.4",
|
|
"optimist": "~0.3.5",
|
|
"tmp": "0.0.27",
|
|
"xml2js": "~0.2.4",
|
|
"yamljs": "~0.2.1"
|
|
},
|
|
"main": "runtests.js"
|
|
}
|
|
|