summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorHK2FB <tom.schmidt@helsana.ch>2022-05-15 13:16:56 +0200
committerSean Molenaar <sean@seanmolenaar.eu>2022-05-22 16:07:30 +0200
commitb036d309c27132e4f10df952e9335afdb3edfeb5 (patch)
treee888f1fa178f2fe36baefcfb2ccc080ef27645ce /js/package.json
parent50c8960f8d36ab6012f62034f815561078380dc0 (diff)
Vue Rewrite
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/js/package.json b/js/package.json
deleted file mode 100644
index eeb272af2..000000000
--- a/js/package.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "name": "nextcloud-news",
- "description": "An RSS/Atom feed reader",
- "main": "build/app.min.js",
- "scripts": {
- "test": "node node_modules/gulp-cli/bin/gulp.js karma",
- "prebuild": "npm ci",
- "build": "node node_modules/gulp-cli/bin/gulp.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/nextcloud/news"
- },
- "keywords": [
- "rss",
- "atom",
- "feed",
- "reader",
- "nextcloud",
- "app"
- ],
- "author": "Benjamin Brahmer",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/nextcloud/news/issues"
- },
- "engines": {
- "node": ">=6"
- },
- "resolutions": {
- "natives": "1.1.3"
- },
- "private": true,
- "homepage": "https://github.com/nextcloud/news",
- "devDependencies": {
- "gulp": "^4.0.2",
- "gulp-cli": "^2.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-jshint": "^2.1.0",
- "gulp-ng-annotate": "^2.1.0",
- "gulp-sourcemaps": "^3.0.0",
- "gulp-terser": "^2.1.0",
- "jasmine-core": "^4.1.1",
- "jquery": "^3.6.0",
- "jshint": "^2.13.4",
- "karma": "^6.3.20",
- "karma-chrome-launcher": "^3.1.1",
- "karma-coverage": "^2.2.0",
- "karma-firefox-launcher": "^2.1.2",
- "karma-jasmine": "^5.0.1",
- "minimatch": "^5.1.0",
- "natives": "^1.1.6"
- },
- "dependencies": {
- "angular": "^1.8.3",
- "angular-animate": "^1.8.3",
- "angular-mocks": "^1.8.3",
- "angular-route": "^1.8.3",
- "angular-sanitize": "^1.8.3",
- "debug": "^4.3.4",
- "masonry-layout": "^4.2.2"
- }
-}