beta.r3js.org
Theunis Botha 2018-11-18 09:39:55 +01:00
parent e86d4628ca
commit 7dd7f7f595
2 changed files with 8 additions and 9 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cybafelo-config", "name": "r3-config",
"version": "0.0.1", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,11 +1,10 @@
{ {
"name": "cybafelo-config", "name": "r3-config",
"version": "0.0.1", "description": "Nginx, SSL, Hosts, Start/Stop scripts, and general configuarion package of all R3 Packages",
"author": "Theunis J. Botha", "author": "-=<yb4f310",
"description": "Tools for Gamewheel", "version": "1.0.0",
"repository": "https://github.com/ToywheelDev/config.git", "repository": "https://bitbucket.org/cybafelo/r3-config/src/master/",
"license": "UNLICENSED", "license": "MIT",
"readme": "README.md",
"dependencies": { "dependencies": {
"lodash": "^4.16.6" "lodash": "^4.16.6"
} }