forked from BirminghamConservatoire/JohannesTinctoris
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 812 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
{
"name": "emt-website",
"version": "0.0.1",
"description": "This is the website of the edition of Johannes Tinctoris Complete Theoretical Works",
"main": "index.html",
"directories": {
"doc": "./Tinctoris/doc"
},
"devDependencies": {
"docdash": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EarlyMusicTheory/JohannesTinctoris.git"
},
"keywords": [
"tinctoris",
"edition"
],
"author": "David Lewis",
"contributors": [
{
"name": "Anna Plaksin"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/EarlyMusicTheory/JohannesTinctoris/issues"
},
"homepage": "https://github.com/EarlyMusicTheory/JohannesTinctoris#readme"
}