MIT license

This commit is contained in:
MattIPv4
2020-06-04 14:44:30 +01:00
parent 1d2362023c
commit 7444fa6f77
98 changed files with 1725 additions and 959 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "nginxconfig.io",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"description": "NGINX config generator on steroids",
"private": true,
"license": "MIT",
"engines" : {
"node" : "12.16.2"
},
"main": "src/nginxconfig/mount.js",
"scripts": {
"build": "npm run build:clean && npm run build:template && npm run build:static && npm run build:tool",
"build:clean": "do-vue clean",