-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "simplephasergamenode",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx parcel index.html",
"build": "npx parcel build index.html --public-url ./ --dist-dir docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cleongh/plantillaphaser.git"
},
"keywords": [],
"author": "Carlos León <cleon@ucm.es>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cleongh/plantillaphaser/issues"
},
"homepage": "https://github.com/cleongh/plantillaphaser#readme",
"devDependencies": {
"parcel": "^2.12.0",
"process": "^0.11.10"
},
"dependencies": {
"phaser": "^3.80.1"
}
}