phaser/v3/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-22 01:51:59 +00:00
{
"name": "phaser",
"version": "3.0.0",
"release": "Shadow Coast",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
"homepage": "http://phaser.io",
"bugs": "https://github.com/photonstorm/phaser/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"main": "./build/phaser.js",
2017-01-16 21:43:07 +00:00
"typings": "./typings/index.d.ts",
2016-11-22 01:51:59 +00:00
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"2d",
"HTML5",
"WebGL",
"canvas",
"game",
"javascript",
"physics",
"tweens",
"typescript",
"web audio"
2016-11-22 03:11:33 +00:00
],
"dependencies": {
"json-loader": "^0.5.4",
2016-11-22 16:25:54 +00:00
"webpack": "2.1.0-beta.27"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"fs-extra": "^1.0.0",
"json-loader": "^0.5.4",
"node-uuid": "^1.4.7",
2016-11-24 15:40:05 +00:00
"webpack": "2.1.0-beta.27",
"webpack-dev-server": "2.1.0-beta.11",
"webpack-shell-plugin": "^0.4.3"
2016-11-22 03:11:33 +00:00
}
2016-11-22 01:51:59 +00:00
}