-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
19 lines (19 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@synergywholesale/whmcs-domains-module",
"description": "This repository contains the source code for the [Synergy Wholsale](https://synergywholesale.com/) WHMCS domains module.",
"dependencies": {
"minify": "^6.0.0",
"uglify-js": "^3.13.0"
},
"scripts": {
"build-css": "minify modules/registrars/synergywholesaledomains/css/synergywholesaledomains.css > modules/registrars/synergywholesaledomains/css/synergywholesaledomains.min.css",
"build-js": "uglifyjs modules/registrars/synergywholesaledomains/js/functions.js -c -o modules/registrars/synergywholesaledomains/js/functions.min.js",
"build": "npm run-script build-css && npm run-script build-js",
"check-syntax": "node --check modules/registrars/synergywholesaledomains/js/functions.js"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:SynergyWholesale/WHMCS-Domains-Module.git"
},
"license": "GPL-3.0"
}