-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 829 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "netlabel-list",
"version": "2.0.7",
"description": "List of netlabels (active and inactive) and their URLs. Based on [NetlabelList](https://github.com/nsorog/NetlabelList) / [Acts of Silence](http://www.actsofsilence.com/netlabels/) (offline) by [David Nemeth (dpnem)](https://github.com/dpnem).",
"scripts": {
"genres": "node scripts/list-genres",
"countries": "node scripts/list-countries",
"validate": "node scripts/validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timpulver/netlabel-list.git"
},
"author": "Tim Pulver",
"license": "CC BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/timpulver/netlabel-list/issues"
},
"homepage": "https://github.com/timpulver/netlabel-list#readme",
"dependencies": {
"jsonschema": "^1.2.6"
}
}