-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 832 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 832 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
{
"name": "template-import-map",
"version": "1.2.0",
"description": "This is a Phaser 3 project template that uses [importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap).",
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/template-import-map.git"
},
"author": "Phaser Studio <support@phaser.io> (https://phaser.io/)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/phaserjs/template-import-map/issues"
},
"homepage": "https://github.com/phaserjs/template-import-map#readme",
"scripts": {
"dev": "alive-server"
},
"keywords": [],
"devDependencies": {
"alive-server": "^1.3.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}