mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 19:12:53 +02:00
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"name": "HighFidelityTests",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"mocha": "^2.2.1"
|
|
}
|
|
}
|