mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-09 20:27:51 +00:00
24 lines
612 B
JSON
24 lines
612 B
JSON
|
{
|
||
|
"name": "osmosfeed-template",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Use this template to create the UI and content of an RSS feed reader.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "osmosfeed"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/osmoscraft/osmosfeed-template.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "osmoscraft",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/osmoscraft/osmosfeed-template/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/osmoscraft/osmosfeed-template#readme",
|
||
|
"dependencies": {
|
||
|
"@osmoscraft/osmosfeed": "^1.2.2"
|
||
|
}
|
||
|
}
|