storyboard-webclient/bower.json
Michael Krotscheck 582b74ab5c Added StoryBoard administration module.
This adds the storyboard administration module, with a placeholder
dashboard that indicates that future functionality is coming.

Change-Id: Ibb9fc799e6434691b3bb80ef47948d1f5f501014
2014-07-16 07:36:05 -07:00

25 lines
586 B
JSON

{
"name": "storyboard-webclient",
"version": "0.0.1",
"dependencies": {
"font-awesome": "4.1.0",
"angular": "1.2.18",
"angular-resource": "1.2.18",
"angular-sanitize": "1.2.18",
"bootstrap": "3.1.1",
"angular-ui-router": "0.2.8-bowratic-tedium",
"angular-bootstrap": "0.10.0",
"angular-local-storage": "0.0.1",
"angular-elastic": "2.3.2",
"angular-moment": "0.7.1"
},
"devDependencies": {
"angular-mocks": "1.2.18",
"angular-scenario": "1.2.18"
},
"resolutions": {
"angular": "1.2.18",
"font-awesome": "4.1.0"
}
}