-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 990 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
{
"devDependencies": {
"http-server": "^14.1.1",
"rollup": "^4.3.0",
"rollup-plugin-copy": "^3.5.0"
},
"name": "deathraygames-website",
"description": "***The homepage for all deathray games***",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"dependencies": {
"404-js13k-2020": "github:deathraygames/404-js13k-2020",
"arcane-incrementalist": "github:deathraygames/arcane-incrementalist"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server",
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deathraygames/deathraygames-website.git"
},
"keywords": [
"games",
"website"
],
"author": "Luke Nickerson",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/deathraygames/deathraygames-website/issues"
},
"homepage": "https://github.com/deathraygames/deathraygames-website#readme"
}