summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-06-26 09:04:17 +0200
committerGitHub <noreply@github.com>2018-06-26 09:04:17 +0200
commitf148e3fb2936f079074c02ba474ebe8202354367 (patch)
treee62210c4694e7bcf43eb4b5c46d2589ddd8b7d34 /apps/accessibility/package.json
parentdfbc21d8062c2ae7f58c91a4eb1d29b320819ab5 (diff)
parentfa137d3ea96f75cf8289b96df8da25dcc93292d4 (diff)
downloadnextcloud-server-f148e3fb2936f079074c02ba474ebe8202354367.tar.gz
nextcloud-server-f148e3fb2936f079074c02ba474ebe8202354367.zip
Merge pull request #9862 from nextcloud/accessibility
Accessibility ♿
Diffstat (limited to 'apps/accessibility/package.json')
-rw-r--r--apps/accessibility/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json
new file mode 100644
index 00000000000..d972a098a9f
--- /dev/null
+++ b/apps/accessibility/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "accessibility",
+ "description": "Provides multiple accessibilities options to ease your use of nextcloud",
+ "version": "1.0.0",
+ "author": "John Molakvoæ <skjnldsv@protonmail.com>",
+ "license": "agpl",
+ "private": true,
+ "scripts": {
+ "dev": "webpack --config webpack.dev.js",
+ "watch": "webpack --progress --watch --config webpack.dev.js",
+ "build": "webpack --progress --hide-modules --config webpack.prod.js"
+ },
+ "dependencies": {
+ "axios": "^0.18.0",
+ "vue": "^2.5.16"
+ },
+ "browserslist": [
+ "last 2 versions",
+ "not ie <= 11"
+ ],
+ "devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.1.4",
+ "babel-preset-env": "^1.7.0",
+ "css-loader": "^0.28.11",
+ "file-loader": "^1.1.11",
+ "node-sass": "^4.9.0",
+ "sass-loader": "^7.0.3",
+ "vue-loader": "^15.2.4",
+ "vue-template-compiler": "^2.5.16",
+ "webpack": "^4.12.0",
+ "webpack-cli": "^3.0.4",
+ "webpack-merge": "^4.1.2"
+ }
+}