-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"name": "auntie-songbook",
"version": "1.0.1",
"description": "A songbook for Auntie Shanty",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/singaround/songbook"
},
"author": {
"name": "Jonny Austin",
"email": "[email protected]",
"url": "http://jmakes.co.uk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/singaround/songbook/issues"
},
"homepage": "https://github.com/singaround/songbook",
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"luxon": "^1.28.1",
"markdown-it": "^12.3.2"
},
"dependencies": {
"bulma": "^0.7.4",
"clean-css": "^4.2.1",
"html-minifier": "^3.5.21",
"materialize-css": "^1.0.0-rc.2",
"uglify-es": "^3.3.9"
}
}