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.
21 lines
462 B
21 lines
462 B
{
|
|
"name": "testrunner-server",
|
|
"version": "1.0.0",
|
|
"description": "Duktape testrunner server",
|
|
"author": {
|
|
"name": "Sami Vaarala",
|
|
"email": "sami.vaarala@iki.fi"
|
|
},
|
|
"dependencies": {
|
|
"yamljs": "~0.2.6",
|
|
"bluebird": "~3.3.4",
|
|
"express": "~4.13.4",
|
|
"body-parser": "~1.15.0",
|
|
"nedb": "~1.8.0",
|
|
"github": "~0.2.4",
|
|
"basic-auth": "~1.0.3",
|
|
"minimist": "~1.2.0",
|
|
"limiter": "~1.1.0"
|
|
},
|
|
"main": "server.js"
|
|
}
|
|
|