summaryrefslogtreecommitdiffstats
path: root/js/bower.json
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2017-06-18 12:19:38 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-06-18 12:19:38 +0200
commitfd630242dade58b7f58de638d64ef1f0db7ae36d (patch)
tree0e5fc827c0bb489af4595870ced3d0c3a5744b19 /js/bower.json
parentc32d85c11954fdd7592856d1e403c41cb2253fb0 (diff)
Remove bower, install everything using npm (#197)
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/js/bower.json b/js/bower.json
deleted file mode 100644
index e5e6c29f9..000000000
--- a/js/bower.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "nextcloud-news",
- "homepage": "https://github.com/nextcloud/news",
- "authors": [
- "Bernhard Posselt <dev@bernhard-posselt.com>"
- ],
- "description": "An RSS/Atom feed reader",
- "keywords": [
- "rss",
- "atom",
- "nextcloud",
- "feed",
- "reader",
- "app"
- ],
- "license": "AGPL-3.0",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "vendor",
- "tests"
- ],
- "dependencies": {
- "angular": "~1.6.0",
- "angular-route": "~1.6.0",
- "angular-mocks": "~1.6.0",
- "angular-sanitize": "~1.6.0",
- "angular-animate": "~1.6.0",
- "jquery": "~2.2.0",
- "moment": "~2.18",
- "es6-shim": "~0.35.0",
- "js-url": "~2.5.0",
- "masonry": "~4.2.0"
- }
-}