60 lines
1.6 KiB
JSON
60 lines
1.6 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"
|
|
},
|
|
"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",
|
|
"chai": "4.2.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-cli": "1.3.2",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-concat": "1.0.1",
|
|
"grunt-contrib-connect": "2.0.0",
|
|
"grunt-contrib-cssmin": "3.0.0",
|
|
"grunt-contrib-jshint": "2.1.0",
|
|
"grunt-contrib-qunit": "3.1.0",
|
|
"grunt-contrib-uglify": "4.0.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-mocha-phantomjs": "4.0.0",
|
|
"grunt-version": "1.3.0",
|
|
"jshint-stylish": "2.2.1",
|
|
"load-grunt-tasks": "4.0.0",
|
|
"mocha": "6.1.4",
|
|
"phantomjs-prebuilt": "2.1.16",
|
|
"time-grunt": "2.0.0",
|
|
"ts-loader": "5.4.5",
|
|
"typescript": "3.4.5",
|
|
"webpack": "4.30.0",
|
|
"webpack-cli": "3.3.1"
|
|
}
|
|
}
|