Files
angular-datepicker/bower.json
g00fy fdf8a67fef updated module name to datePicker
moved templates from `scripts` to `templates` directory
more verbose template names
updated `translate-z` to higher value - so we don't have conflicts with things like modals
unified bower.json with `master` branch
unified readme
updated `grunt` tasks to copy readme and bower.json
2013-06-20 00:27:20 +02:00

19 lines
424 B
JSON

{
"name": "angular-datepicker",
"main": ["module.min.js","date.min.css"],
"license": "MIT",
"version": "0.0.1",
"ignore": [
".gitignore","README.md"
],
"dependencies": {},
"devDependencies": {
"angular-unstable": "latest",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"jquery": "~2.0.2",
"angular-mocks": "~1.0.5",
"angular-scenario": "~1.0.5",
"angular-bootstrap": "~0.3.0"
}
}