2014-11-15 21:28:37 +00:00
|
|
|
{
|
|
|
|
"name": "jquery-datetimepicker",
|
2015-07-03 09:26:21 +00:00
|
|
|
"version": "2.4.5",
|
2014-11-15 21:28:37 +00:00
|
|
|
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
|
|
|
|
"main": "jquery.datetimepicker.js",
|
|
|
|
"scripts": {
|
2015-09-23 14:14:03 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2015-09-26 11:25:03 +00:00
|
|
|
"concat": "bower update && concat-cli -f jquery.datetimepicker.js bower_components/jquery-mousewheel/jquery.mousewheel.js bower_components/date-functions/date-functions.js -o build/jquery.datetimepicker.full.js",
|
2015-09-23 14:14:03 +00:00
|
|
|
"minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js",
|
|
|
|
"minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
|
|
|
|
"build": "npm run minify && npm run concat && npm run minifyconcat"
|
2014-11-15 21:28:37 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/xdan/datetimepicker.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery-plugin",
|
|
|
|
"calendar",
|
|
|
|
"date",
|
|
|
|
"time",
|
|
|
|
"datetime",
|
|
|
|
"datepicker",
|
|
|
|
"timepicker"
|
|
|
|
],
|
|
|
|
"author": "Chupurnov <chupurnov@gmail.com> (http://xdsoft.net/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/xdan/datetimepicker/issues"
|
|
|
|
},
|
2015-09-23 14:14:03 +00:00
|
|
|
"homepage": "https://github.com/xdan/datetimepicker",
|
|
|
|
"devDependencies": {
|
2015-09-26 11:25:03 +00:00
|
|
|
"concat-cli": "^1.0.1",
|
2015-09-23 14:14:03 +00:00
|
|
|
"uglifyjs": "^2.4.10"
|
|
|
|
}
|
2014-11-15 21:28:37 +00:00
|
|
|
}
|