meraproject/lib/js/flip-clock/package.json
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

26 lines
632 B
JSON

{
"name": "flipclock",
"version": "0.7.8",
"email": "support@objectivehtml.com",
"author": "Objective HTML, LLC <support@objectivehtml.com>",
"license": "MIT",
"main": "compiled/flipclock.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "^0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/objectivehtml/FlipClock"
},
"bugs": {
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
},
"dependencies": {
"jquery": ">=1.7"
}
}