Files
GDevelop/GDJS/tests/package.json
T

31 lines
720 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",
"test:firefox": "./node_modules/karma/bin/karma start --browsers Firefox --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-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0"
}
}