-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 825 Bytes
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": "junkbot",
"version": "0.0.0",
"description": "Some kind of partial remake of Junkbot?",
"keywords": [
"junkbot",
"lego",
"game",
"building",
"construction",
"bricks",
"blocks",
"puzzle-platformer",
"puzzle-game",
"trash",
"junk",
"janitorial-android"
],
"author": "Isaiah Odhner <isaiahodhner@gmail.com>",
"scripts": {
"start": "live-server",
"pack-spritesheets": "node pack-spritesheets.js",
"lint": "eslint src/ .eslintrc.js"
},
"repository": {
"type": "git",
"url": "https://github.com/1j01/junkbot.git"
},
"bugs": {
"url": "https://github.com/1j01/junkbot/issues"
},
"dependencies": {
"gamefroot-texture-packer": "^1.1.2",
"live-server": "^1.2.1"
},
"devDependencies": {
"eslint": "^8.8.0"
}
}