-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 902 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
35
36
37
38
39
{
"name": "gridboard",
"version": "4.1.4",
"description": "A Grid-Based Games Framework For TypeScript/JavaScript",
"main": "lib/index.js",
"scripts": {
"start": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fixiabis/GridBoard.git"
},
"keywords": [
"grid-based",
"board-game",
"boardgame",
"game",
"chess",
"grid",
"gridboard",
"board-chess",
"games-framework",
"javascript",
"typescript"
],
"author": "fixiabis",
"license": "MIT",
"bugs": {
"url": "https://github.com/fixiabis/GridBoard/issues"
},
"homepage": "https://github.com/fixiabis/GridBoard#readme",
"devDependencies": {
"rollup": "^1.31.0",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^3.7.5"
}
}