forked from bristolfolksoc/bristolfolksoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 706 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 706 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
{
"name": "bristolfolksoc.github.io",
"version": "1.0.0",
"description": "Source code for a potential website that allows viewing and sharing of folk tunes in ABC notation",
"repository": {
"type": "git",
"url": "https://Nick-Pearson@github.com/bristolfolksoc/bristolfolksoc.github.io.git"
},
"bugs": {
"url": "https://github.com/bristolfolksoc/bristolfolksoc.github.io/issues"
},
"homepage": "https://bristolfolksoc.github.io",
"dependencies": {
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.12.9"
},
"devDependencies": {
"njekyll": "^1.1.0",
"del": "^4.1.1"
},
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
}
}