Initial commit.
This commit is contained in:
commit
351bd046ba
|
@ -0,0 +1,3 @@
|
||||||
|
node_modules/
|
||||||
|
config/
|
||||||
|
!config/default.js
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "traxxx-utils",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 2,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "traxxx-utils",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "traxxx-utils",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Common utilities for traxxx core and web.",
|
||||||
|
"main": "src/app.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea.unknown.name/DebaucheryLibrarian/traxxx-utils.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"traxxx",
|
||||||
|
"database",
|
||||||
|
"adult"
|
||||||
|
],
|
||||||
|
"author": "DebaucheryLibrarian",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
Loading…
Reference in New Issue