a quest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
a-quest/package.json

28 lines
690 B

{
"name": "adm-quest",
"version": "1.0.0",
"description": "adm-quest",
"scripts": {
"clean": "rimraf build dist .cache",
"build-task1": "node make task1",
"build-task2": "node make task2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mainnika/a-quest.git"
},
"author": "mainnika",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainnika/a-quest/issues"
},
"homepage": "https://github.com/mainnika/a-quest#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"javascript-obfuscator": "^0.20.4",
"jquery": "^3.4.1",
"parcel-bundler": "^1.12.4",
"popper.js": "^1.16.0",
"rimraf": "^3.0.0"
}
}