Files
angular-datepicker/bower.json
Patrick Herzberg 983131ded8 Update bower.json with key main
If using bower/grunt, scripts will be added to index.html template on build.
2014-02-15 15:34:37 +01:00

24 lines
442 B
JSON

{
"name": "angular-datepicker",
"license": "MIT",
"version": "1.0.0",
"main": [
"./dist/index.js",
"./dist/index.css"
],
"ignore": [
".gitignore","README.md"
],
"dependencies": {},
"devDependencies": {
"angular": "1.2.0-rc.2",
"jquery": "~2.0.2",
"angular-mocks": "~1.0.5",
"angular-scenario": "~1.0.5",
"angular-bootstrap": "~0.3.0"
},
"resolutions": {
"angular": "1.2.0-rc.2"
}
}