
This contains the initial commit for the storyboard web client project, consisting of the basic build & testing harnesses, simple set of routes, and a list of basic dependencies necessary to run an application. It's purpose is to be reference Javascript/Angular project to test out the build images.
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "storyboard-webclient",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"jquery": "2.0.3",
|
|
"font-awesome": "4.0",
|
|
"angular": "1.2.5",
|
|
"angular-resource": "1.2.5",
|
|
"angular-cookies": "1.2.5",
|
|
"angular-sanitize": "1.2.5",
|
|
"bootstrap": "3.0.0",
|
|
"angular-ui-router": "0.2.0",
|
|
"angular-translate": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.2.5",
|
|
"angular-scenario": "1.2.5"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.2.5"
|
|
}
|
|
}
|