-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 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
{
"name": "the_reactor_core",
"version": "1.0.0",
"description": "Caleb's personal blog",
"main": "_site/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calebmeyer/The-Reactor-Core.git"
},
"keywords": [],
"author": "Caleb Meyer",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/calebmeyer/The-Reactor-Core/issues"
},
"homepage": "https://github.com/calebmeyer/The-Reactor-Core#readme",
"devDependencies": {
"@11ty/eleventy": "^3.0"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^3"
}
}