Files
GDevelop/GDJS/tests/package.json
T
2017-09-09 23:45:18 +03:00

29 lines
588 B
JSON

{
"name": "GDJS-tests",
"version": "0.0.0",
"description": "Tests for the HTML5 engine of GDevelop",
"main": "index.js",
"private": true,
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers ChromeHeadless --single-run"
},
"keywords": [
"HTML5",
"games",
"engine",
"Game",
"Develop"
],
"author": "Florian Rival",
"license": "MIT",
"dependencies": {
"expect.js": "^0.3.1",
"mocha": "^1.21.4"
},
"devDependencies": {
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0"
}
}