Files
kotlin-fork/js/js.translator/testData/package.json
T
2017-12-14 17:41:20 +03:00

14 lines
259 B
JSON
Vendored

{
"dependencies" : {
"require-from-string": "1.2.0"
},
"devDependencies" : {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha"
}
}