mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 03:54:34 -04:00
27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"name": "GDJS-tests",
|
|
"version": "0.0.0",
|
|
"description": "Tests for the HTML5 engine of GDevelop",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/karma/bin/karma start --browsers PhantomJS --single-run"
|
|
},
|
|
"keywords": [
|
|
"HTML5",
|
|
"games",
|
|
"engine",
|
|
"Game",
|
|
"Develop"
|
|
],
|
|
"author": "Florian Rival",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"karma": "^0.12.22",
|
|
"karma-mocha": "^0.1.9",
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
|
"mocha": "^1.21.4",
|
|
"phantomjs-polyfill": "0.0.1"
|
|
}
|
|
}
|