mirror of
https://github.com/HackPlan/angular-datepicker.git
synced 2026-06-17 10:51:39 +08:00
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
19 lines
424 B
JSON
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"
|
|
}
|
|
} |