2015-01-12 18:49:30 +01:00
|
|
|
{
|
|
|
|
"name": "uhr",
|
2015-01-19 01:57:40 +01:00
|
|
|
"version": "8.0.1-dev.0",
|
2015-01-12 18:49:30 +01:00
|
|
|
"description": "jQuery QLOCKTWO plugin",
|
|
|
|
"keywords": [
|
2015-01-16 17:50:23 +01:00
|
|
|
"jquery-plugin",
|
|
|
|
"qlocktwo"
|
2015-01-12 18:49:30 +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": [
|
|
|
|
{
|
2015-07-14 00:38:07 +02:00
|
|
|
"type": "GPL-3.0"
|
2015-01-12 18:49:30 +01:00
|
|
|
}
|
|
|
|
],
|
2015-07-14 00:38:07 +02:00
|
|
|
"license": "GPL-3.0",
|
2015-01-12 18:49:30 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"bower": "^1.3.12",
|
|
|
|
"grunt": "~0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-contrib-concat": "~0.4.0",
|
|
|
|
"grunt-contrib-connect": "~0.8.0",
|
2015-01-19 00:42:16 +01:00
|
|
|
"grunt-contrib-cssmin": "^0.11.0",
|
2015-01-12 18:49:30 +01:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
|
|
"grunt-contrib-qunit": "~0.5.1",
|
|
|
|
"grunt-contrib-uglify": "~0.5.0",
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-01-16 17:50:23 +01:00
|
|
|
"grunt-mocha-phantomjs": "^0.6.0",
|
2015-01-19 01:01:06 +01:00
|
|
|
"grunt-version": "^0.3.0",
|
2015-01-12 18:49:30 +01:00
|
|
|
"jshint-stylish": "~0.2.0",
|
|
|
|
"load-grunt-tasks": "~0.6.0",
|
2015-01-16 17:50:23 +01:00
|
|
|
"phantomjs": "^1.9.13",
|
2015-01-13 20:06:02 +01:00
|
|
|
"time-grunt": "~0.3.2"
|
2015-01-12 18:49:30 +01:00
|
|
|
}
|
|
|
|
}
|