fm-timepicker
Version:
FairManager Time Picker Component
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "fm-timepicker",
"version": "7.0.0",
"description": "FairManager Time Picker Component",
"main": "dist/fm-timepicker.tpls.js",
"dependencies": {
"angular": ">=1.2.7",
"bootstrap": ">=3.0.3",
"hamsterjs": "^1.1.0",
"moment": ">=2.5.0",
"jquery": ">=2.0.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-html2js": "^0.3.5",
"grunt-ng-annotate": "^1.0.1",
"jscs": "^2.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fairmanager/fm-timepicker.git"
},
"keywords": [
"angular",
"bootstrap",
"timepicker"
],
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fairmanager/fm-timepicker/issues"
},
"homepage": "https://github.com/fairmanager/fm-timepicker",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}