-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 987 Bytes
/
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
{
"name": "nevermind-the-platforms",
"version": "1.0.0",
"description": "Nevermind The Platforms is a 2D platform game where the player has to collect prizes while listening to one of the greatest albums of all time: Nirvana's Nevermind, in all its 8-bit glory!",
"main": "index.html",
"author": "André Rosa <andreros@gmail.com>",
"license": "Unlicense",
"scripts": {
"start": "gulp default",
"serve": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/andreros/nevermind-the-platforms"
},
"homepage": "https://github.com/andreros/nevermind-the-platforms#readme",
"keywords": [
"phaser",
"phaser3",
"game",
"platforms",
"nirvana",
"nevermind",
"8bit",
"8-bit"
],
"overrides": {
"graceful-fs": "^4.2.11"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^3.9.1"
}
}