Files
GDevelop/GDJS/tests/package.json
T
2015-03-04 11:34:27 +13:00

26 lines
542 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"
}
}