Files
boc/quixzoom-asia-pages/package.json
T

19 lines
525 B
JSON
Raw Normal View History

{
"name": "quixzoom-asia",
"version": "1.0.0",
"description": "quiXzoom Asia multilingual landing pages",
"scripts": {
"build": "node scripts/build.js",
"validate": "node scripts/validate.js",
"deploy:staging": "node scripts/deploy.js --env=staging",
"deploy:prod": "node scripts/deploy.js --env=production",
"version": "node scripts/version.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wavult/quixzoom-asia.git"
},
"license": "UNLICENSED",
"private": true
}