forked from opawg/user-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 777 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 777 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
{
"name": "user-agents",
"version": "1.0.0",
"description": "A list of apps, services and bots that consume podcast data. (A human view is [over here](https://podnews.net/article/podcast-app-useragents)).",
"dependencies": {},
"devDependencies": {
"json2yaml": "^1.1.0",
"pre-commit": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"yaml": "json2yaml ./src/user-agents.json > ./src/user-agents.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opawg/user-agents"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/opawg/user-agents/issues"
},
"homepage": "https://podnews.net/article/podcast-app-useragents",
"pre-commit": [
"yaml"
]
}