This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/test/fixtures/.thelounge/packages/node_modules/thelounge-package-foo/package.json

14 lines
207 B
JSON
Raw Normal View History

{
"name": "thelounge-package-foo",
"private": true,
"main": "index.js",
"version": "dummy",
"thelounge": {
"type": "package"
},
"keywords": [
"thelounge",
"thelounge-package"
]
}