47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.2.1",
|
|
"del": "^1.1.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-autoprefixer": "^3.0.1",
|
|
"gulp-cssnano": "^2.0.0",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-htmlmin": "^1.3.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-jsonminify": "^1.0.0",
|
|
"gulp-load-plugins": "^0.10.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-size": "^1.2.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.1.0",
|
|
"gulp-useref": "^3.0.0"
|
|
},
|
|
"name": "aria-ng",
|
|
"description": "AriaNg, A Better Frontend for aria2",
|
|
"version": "0.1.0",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mayswind/AriaNg.git"
|
|
},
|
|
"keywords": [
|
|
"Aria2",
|
|
"Web",
|
|
"Frontend"
|
|
],
|
|
"author": "MaysWind <i@mayswind.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mayswind/AriaNg/issues"
|
|
},
|
|
"homepage": "https://github.com/mayswind/AriaNg#readme"
|
|
}
|