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

55 lines
1.3 KiB
JSON
Raw Normal View History

2016-05-13 18:09:12 +02:00
{
"private": true,
"engines": {
"node": ">=4"
},
"devDependencies": {
2017-03-27 16:16:16 +02:00
"browser-sync": "^2.18.8",
2016-12-10 18:41:17 +01:00
"del": "^2.2.2",
2016-12-10 19:11:27 +01:00
"eslint-config-angular": "^0.5.0",
2017-03-27 16:16:16 +02:00
"eslint-plugin-angular": "^1.6.4",
2016-08-01 17:27:07 +02:00
"gulp": "^3.9.1",
2016-08-01 16:15:08 +02:00
"gulp-angular-templatecache": "^2.0.0",
2016-12-10 18:41:17 +01:00
"gulp-autoprefixer": "^3.1.1",
2016-08-01 17:27:07 +02:00
"gulp-cssnano": "^2.1.2",
2016-12-10 18:41:17 +01:00
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
2016-08-08 18:06:05 +02:00
"gulp-inject-version": "^1.0.1",
2017-03-27 16:16:16 +02:00
"gulp-load-plugins": "^1.5.0",
2016-08-02 18:03:00 +02:00
"gulp-manifest": "^0.1.1",
2016-08-01 17:27:07 +02:00
"gulp-plumber": "^1.1.0",
2016-05-13 18:09:12 +02:00
"gulp-replace": "^0.5.4",
2016-08-02 18:03:00 +02:00
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
2016-12-10 18:41:17 +01:00
"gulp-sequence": "^0.4.6",
2016-08-01 17:27:07 +02:00
"gulp-size": "^2.1.0",
2017-03-27 16:16:16 +02:00
"gulp-sourcemaps": "^1.11.1",
"gulp-uglify": "^2.1.2",
2016-08-01 17:27:07 +02:00
"gulp-useref": "^3.1.0"
2016-05-13 18:09:12 +02:00
},
2017-03-26 08:58:27 +02:00
"name": "ariang",
2017-09-03 10:07:05 +02:00
"description": "AriaNg, a modern web frontend making aria2 easier to use.",
2017-10-22 11:09:39 +02:00
"version": "0.4.0",
2016-05-13 18:09:12 +02:00
"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": [
2017-03-26 08:58:27 +02:00
"aria2",
2016-05-13 18:09:12 +02:00
"Web",
2017-09-03 10:07:05 +02:00
"Frontend",
"UI"
2016-05-13 18:09:12 +02:00
],
"author": "MaysWind <i@mayswind.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayswind/AriaNg/issues"
},
2017-03-26 08:58:27 +02:00
"homepage": "http://ariang.mayswind.net/"
2016-05-13 18:09:12 +02:00
}