diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-09 12:34:13 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:16:01 +0100 |
commit | c1afd8404aca7a86a254a9ee8f80a87a5d8863c9 (patch) | |
tree | 9634ec223d43ea7b1dbe073d89d046800dc163f6 /package.json | |
parent | 585459eda0dcdcdff0d8bca0466a61d75459b1c4 (diff) |
STRUCT Create project structure
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..32ecd4d --- /dev/null +++ b/package.json @@ -0,0 +1,43 @@ +{ + "name": "agl-mediaplayer", + "version": "0.0.0", + "description": "Mediaplayer project for AGL based on html5 technologies", + "scripts": { + "webpack": "webpack", + "build": "webpack", + "start": "webpack-dev-server" + }, + "homepage": "https://github.com/AGL-web-applications/mediaplayer", + "repository": { + "type": "git", + "url": "git@github.com:AGL-web-applications/mediaplayer.git" + }, + "keywords": [ + "agl", + "automotive", + "automotivegradelinux" + ], + "devDependencies": { + "@fortawesome/fontawesome-free": "^5.11.2", + "clean-webpack-plugin": "^1.0.1", + "copy-webpack-plugin": "^4.6.0", + "css-loader": "^2.1.0", + "file-loader": "^4.0.0", + "html-webpack-plugin": "^3.2.0", + "image-webpack-loader": "^5.0.0", + "mini-css-extract-plugin": "^0.5.0", + "node-sass": "^4.12.0", + "sass-loader": "^7.1.0", + "style-loader": "^0.23.1", + "uglifyjs-webpack-plugin": "^2.1.1", + "webpack": "^4.29.5", + "webpack-cli": "^3.2.3", + "webpack-dev-server": "^3.7.2", + "zip-webpack-plugin": "^3.0.0" + }, + "dependencies": { + "mustache": "^3.1.0", + "bootstrap": "4.4.1", + "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master" + } +} |