-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 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
29
30
31
32
{
"name": "divine-mercy-novena",
"version": "1.0.0",
"description": "Divine Mercy Novena tracker",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"watch": "npx @11ty/eleventy --watch",
"test": "echo No tests yet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edbrannin/mercy.git"
},
"keywords": [
"catholic",
"divine-mercy"
],
"author": "Ed Brannin",
"license": "ISC",
"bugs": {
"url": "https://github.com/edbrannin/mercy/issues"
},
"homepage": "https://github.com/edbrannin/mercy#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}