-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.1 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@pcs4kids/round-the-world",
"version": "1.2.0",
"description": "A game for learning facts and information about countries ",
"main": "dist/round-the-world-game.min.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "http-server demo",
"predeploy": "npm run build",
"deploy": "gh-pages -d demo -r [email protected]:PCs4KIDS/round-the-world.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PCs4KIDS/round-the-world.git"
},
"keywords": [
"game"
],
"author": "MSZubair",
"license": "ISC",
"bugs": {
"url": "https://github.com/PCs4KIDS/round-the-world/issues"
},
"homepage": "https://github.com/PCs4KIDS/round-the-world#readme",
"devDependencies": {
"copy-webpack-plugin": "4.6.0",
"exports-loader": "0.7.0",
"expose-loader": "0.7.5",
"file-loader": "^2.0.0",
"gh-pages": "2.0.1",
"http-server": "0.11.1",
"webpack": "4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@orange-games/phaser-input": "^2.0.5",
"phaser-ce": "2.10.6"
}
}