-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 917 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
40
41
42
{
"name": "alien-expansion",
"version": "1.2.0",
"description": "Ludum Dare Game Jam Entry",
"main": "dist/index.js",
"files": [
"dist",
"License.txt",
"placeholder.png",
"package.json",
"favicon.png",
"README.md"
],
"scripts": {
"dist": "yarn clean && ./export.sh",
"build": "./build.sh",
"clean": "rm -rf dist",
"test": "echo 'No tests'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woofers/ludum-dare-44.git"
},
"keywords": [
"lua",
"moonscript",
"ludum-dare",
"pico-8",
"ship"
],
"author": "Jaxson Van Doorn <jaxson.vandoorn@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/woofers/ludum-dare-44/issues"
},
"homepage": "https://github.com/woofers/ludum-dare-44#readme",
"dependencies": {},
"devDependencies": {
"luamin": "^1.0.4",
"p8": "^0.0.6"
}
}