uhr/package.json

49 lines
1.2 KiB
JSON

{
"name": "uhr",
"version": "9.0.0-dev.0",
"description": "jQuery QLOCKTWO plugin",
"keywords": [
"jquery-plugin",
"qlocktwo"
],
"homepage": "https://bärneruhr.ch/",
"author": {
"name": "Manuel Friedli",
"email": "manuel@fritteli.ch",
"url": "https://www.fritteli.ch/"
},
"repository": {
"type": "git",
"url": "https://gittr.ch/manuel/uhr"
},
"licenses": [
{
"type": "GPL-3.0"
}
],
"license": "GPL-3.0",
"scripts": {
"build-debug": "webpack -d",
"build": "webpack"
},
"dependencies": {
"jquery": "3.4.1",
"jquery-ui": "1.12.1",
"js-cookie": "2.2.0"
},
"devDependencies": {
"@types/jquery": "3.3.29",
"@types/jqueryui": "1.12.7",
"@types/js-cookie": "2.2.2",
"@typescript-eslint/parser": "1.7.0",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-loader": "2.1.2",
"mocha": "6.1.4",
"phantomjs-prebuilt": "2.1.16",
"ts-loader": "5.4.5",
"typescript": "3.4.5",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
}
}