improve metadata
This commit is contained in:
parent
f2f4fef8fb
commit
49ef072ba9
1 changed files with 10 additions and 5 deletions
15
package.json
15
package.json
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@radiomanifest/radiomanifest",
|
"name": "@radiomanifest/radiomanifest",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "An implementation of the ever-famous [radiomanifest spec](https://radiomanifest.degenerazione.xyz//)",
|
||||||
"main": "radiomanifest.js",
|
"main": "radiomanifest.js",
|
||||||
"module": "radiomanifest.js",
|
"module": "radiomanifest.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "tests"
|
"doc": "doc",
|
||||||
|
"test": "test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -18,8 +19,8 @@
|
||||||
"docs": "TZ=UTC jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
|
"docs": "TZ=UTC jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
|
||||||
"build": "webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "boyska",
|
||||||
"license": "ISC",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
|
@ -40,5 +41,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ical.js": "^1.5.0",
|
"ical.js": "^1.5.0",
|
||||||
"isomorphic-unfetch": "^3.1.0"
|
"isomorphic-unfetch": "^3.1.0"
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"radio",
|
||||||
|
"podcast"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue