phaser/v3/package.json

42 lines
1.1 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": "./src/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": {
"build": "webpack",
"lint": "eslint --config .eslintrc.json \"src/**/*.js\""
2016-11-22 01:51:59 +00:00
},
"keywords": [
"2d",
"HTML5",
"WebGL",
"canvas",
"game",
"javascript",
"physics",
"tweens",
"typescript",
"web audio"
2016-11-22 03:11:33 +00:00
],
2016-11-22 16:25:54 +00:00
"devDependencies": {
"eslint": "^3.19.0",
"fs-extra": "^3.0.0",
"uuid": "^3.0.1",
"webpack": "^2.4.1",
"webpack-shell-plugin": "^0.5.0"
2016-11-22 03:11:33 +00:00
}
2016-11-22 01:51:59 +00:00
}