-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "phaser-slopes",
"version": "0.2.0-beta",
"description": "A Phaser 3 Plugin that smooths out MatterJS Tilemap Layer collisions",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack -w",
"test": "echo \"No tests\";"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexus/phaser-slopes.git"
},
"author": "Chris Andrew <chris@hexus.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexus/phaser-slopes/issues"
},
"homepage": "https://github.com/hexus/phaser-slopes#readme",
"dependencies": {
"phaser": "^3.60.0-beta.4"
},
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^4.9.2"
}
}