Files
kotlin-fork/js/js.translator/testData/package.json
T
2017-05-10 16:46:49 +03:00

12 lines
228 B
JSON
Vendored

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