This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
AriaNg/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2016-05-13 18:09:12 +02:00
{
"private": true,
"engines": {
"node": ">=4"
},
"devDependencies": {
"browser-sync": "^2.2.1",
"del": "^1.1.1",
"gulp": "^3.9.0",
2016-08-01 16:15:08 +02:00
"gulp-angular-templatecache": "^2.0.0",
2016-05-13 18:09:12 +02:00
"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",
2016-07-16 18:51:23 +02:00
"gulp-jsonminify": "^1.0.0",
2016-05-13 18:09:12 +02:00
"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",
2016-07-06 19:00:59 +02:00
"description": "AriaNg, A Better Frontend for aria2",
2016-05-13 18:09:12 +02:00
"version": "0.1.0",
"main": "index.html",
"scripts": {
2016-07-06 19:00:59 +02:00
"test": "echo \"Error: no test specified\" && exit 0"
2016-05-13 18:09:12 +02:00
},
"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"
}