weblate/scripts/yarn/package.json
Michal Čihař 6e3993a611 Add clipboard library to copy text to clipboard
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-01 09:07:58 +01:00

19 lines
467 B
JSON
Vendored

{
"name": "Weblate",
"version": "N/A",
"description": "Mock to install javascript deps",
"main": "index.js",
"license": "GPL-3.0+",
"dependencies": {
"autosize": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-rtl": "^3.3.4",
"chartist": "^0.11.0",
"clipboard": "^1.7.1",
"font-awesome": "^4.7.0",
"font-linux": "^0.6.1",
"js-cookie": "^2.1.4",
"mousetrap": "^1.6.1",
"mousetrap-global-bind": "^1.1.0"
}
}