1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:39:25 +00:00

Initialised NPM package

This commit is contained in:
2022-01-11 21:20:20 +00:00
parent 339ed61069
commit a79c19a791
3 changed files with 35 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
static/assets/diagrams/
node_modules/

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "stratos",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "stratos",
"version": "1.0.0",
"license": "MIT"
}
}
}

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "stratos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-fidd/stratos.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-fidd/stratos/issues"
},
"homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": {
}
}