2015-01-12 18:49:30 +01:00
|
|
|
{
|
2021-02-24 13:19:33 +01:00
|
|
|
"name": "uhr",
|
|
|
|
"version": "9.0.0-dev.0",
|
|
|
|
"description": "jQuery QLOCKTWO plugin",
|
|
|
|
"keywords": [
|
|
|
|
"jquery-plugin",
|
|
|
|
"qlocktwo"
|
|
|
|
],
|
2021-02-24 10:25:08 +01:00
|
|
|
"scripts": {
|
2021-02-24 13:19:33 +01:00
|
|
|
"prebuild": "npm run clean",
|
2021-02-24 16:19:00 +01:00
|
|
|
"build": "npm-run-all --parallel rollup:js:* rollup:css:*",
|
2021-02-24 13:19:33 +01:00
|
|
|
"clean": "rimraf dist",
|
2021-02-24 16:19:00 +01:00
|
|
|
"rollup:js:app": "rollup --config rollup.config-app.js",
|
|
|
|
"rollup:js:base": "rollup --config rollup.config-base.js",
|
|
|
|
"rollup:js:baselangs": "rollup --config rollup.config-baselangs.js",
|
|
|
|
"rollup:js:complete": "rollup --config rollup.config-complete.js",
|
|
|
|
"rollup:js:langs": "rollup --config rollup.config-langs.js",
|
|
|
|
"rollup:js:libs": "rollup --config rollup.config-libs.js",
|
|
|
|
"rollup:css:app": "rollup --config rollup.config-css-app.js",
|
|
|
|
"rollup:css:black": "rollup --config rollup.config-css-black.js",
|
|
|
|
"rollup:css:blue": "rollup --config rollup.config-css-blue.js",
|
|
|
|
"rollup:css:green": "rollup --config rollup.config-css-green.js",
|
|
|
|
"rollup:css:pink": "rollup --config rollup.config-css-pink.js",
|
|
|
|
"rollup:css:red": "rollup --config rollup.config-css-red.js",
|
|
|
|
"rollup:css:white": "rollup --config rollup.config-css-white.js",
|
|
|
|
"rollup:css:yellow": "rollup --config rollup.config-css-yellow.js",
|
2021-02-24 13:19:33 +01:00
|
|
|
"run-grunt": "grunt"
|
2021-02-24 10:25:08 +01:00
|
|
|
},
|
2021-02-24 13:19:33 +01:00
|
|
|
"homepage": "http://bärneruhr.ch/",
|
|
|
|
"author": {
|
|
|
|
"name": "Manuel Friedli",
|
|
|
|
"email": "manuel@fritteli.ch",
|
|
|
|
"url": "http://www.fritteli.ch/"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gittr.ch/manuel/uhr"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "GPL-3.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": "^3.5.0",
|
|
|
|
"jquery-ui": "1.12.1",
|
|
|
|
"jquery.cookie": "1.4.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-node-resolve": "^11.2.0",
|
|
|
|
"chai": "4.2.0",
|
2021-02-24 16:19:00 +01:00
|
|
|
"cssnano": "^4.1.10",
|
2021-02-24 13:19:33 +01:00
|
|
|
"grunt": "^1.3.0",
|
|
|
|
"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",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"phantomjs-prebuilt": "2.1.16",
|
2021-02-24 16:19:00 +01:00
|
|
|
"postcss": "^8.2.6",
|
2021-02-24 13:19:33 +01:00
|
|
|
"rollup": "^2.39.1",
|
2021-02-24 16:19:00 +01:00
|
|
|
"rollup-plugin-css-bundle": "^1.0.4",
|
2021-02-24 13:19:33 +01:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
|
|
"time-grunt": "2.0.0"
|
2015-01-12 18:49:30 +01:00
|
|
|
}
|
|
|
|
}
|