39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "webui-aria2",
|
|
"version": "1.0.0",
|
|
"description": "The aim for this project is to create the worlds best and hottest interface to interact with aria2.",
|
|
"homepage": "https://github.com/ziahamza/webui-aria2#readme",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "webpack -d --watch --progress & node node-server",
|
|
"build": "webpack -p --progress",
|
|
"format": "prettier -l --write \"**/*{js,css}\" "
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ziahamza/webui-aria2.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ziahamza/webui-aria2/issues"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"angular": "1.6.0",
|
|
"angular-translate": "2.9.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jquery": "2.2.4",
|
|
"lodash": "^4.17.10",
|
|
"webpack": "^4.17.1",
|
|
"webpack-cli": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^1.0.0-rc.13",
|
|
"prettier": "1.14.2",
|
|
"pretty-quick": "^1.6.0"
|
|
}
|
|
}
|