-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 973 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": "pbbg",
"version": "0.0.1",
"description": "DestructoRPG is a group of connected components that you can use to get a persistent browser based game off the ground.",
"main": "index.js",
"scripts": {
"all-tests": "composer run-script all-tests",
"unit": "composer run-script unit",
"analyzer": "composer run-script analyzer",
"mutation": "composer run-script mutation",
"style": "composer run-script style",
"style:fixer": "composer run-script style:fixer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Destructo-Game-Studios/pbbg.git"
},
"keywords": [
"rpg",
"php",
"pbbg",
"game",
"browser",
"based",
"roleplaying",
"library"
],
"author": "Travis Weston <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Destructo-Game-Studios/pbbg/issues"
},
"homepage": "https://github.com/Destructo-Game-Studios/pbbg#readme"
}