UNPKG
nodegame-game-template
Version:
latest (7.0.3)
7.0.3
7.0.2
7.0.1
7.0.0
6.2.0
6.1.1
6.1.0
6.0.1
6.0.0
5.4.1
5.4.0
5.2.2
5.2.1
5.2.0
5.1.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.0
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.2.2
3.2.1
3.2.0
3.0.1
3.0.0
2.6.0
2.5.0
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
Template files for a standard nodeGame game
nodegame.org
nodegame-game-template
/
package.template.json
9 lines
(8 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"name"
:
"{NAME}"
,
"version"
:
"0.0.1"
,
"description"
:
"This is a nodeGame game"
,
"author"
:
"{AUTHOR} <{EMAIL}>"
,
"license"
:
"MIT/X11"
,
"homepage"
:
"http://nodegame.org"
}