Files
GDevelop/GDJS/tests/package.json
T
2015-05-14 21:50:20 +12:00

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"
}
}