mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
24278c6f3b
Removed redundant TextureSource properties.
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "phaser",
|
|
"version": "3.0.0-alpha.3",
|
|
"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": "./src/phaser.js",
|
|
"typings": "./typings/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dist": "webpack --config webpack.dist.config.js",
|
|
"lint": "eslint --config .eslintrc.json \"src/**/*.js\""
|
|
},
|
|
"keywords": [
|
|
"2d",
|
|
"HTML5",
|
|
"WebGL",
|
|
"canvas",
|
|
"game",
|
|
"javascript",
|
|
"physics",
|
|
"tweens",
|
|
"typescript",
|
|
"web audio"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^4.3.0",
|
|
"fs-extra": "^4.0.0",
|
|
"uglifyjs-webpack-plugin": "^0.4.6",
|
|
"uuid": "^3.1.0",
|
|
"webpack": "^3.4.1",
|
|
"webpack-shell-plugin": "^0.5.0"
|
|
}
|
|
}
|