client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
26 lines (25 loc) • 547 B
JSON
{
"name": "web-ui",
"version": "1.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.4.5",
"angular-touch": "~1.4.7",
"angular-animate": "~1.4.7",
"bootstrap": "~3.3.4",
"angular-bootstrap": "~0.13.4",
"jquery": "~2.1.3",
"ui-router": "~0.2.13",
"ng-idle": "~1.1.0",
"angular-ladda": "~0.3.1",
"angular-google-analytics": "~1.1.3"
},
"resolutions": {
"angular": "~1.4.5",
"angular-touch": "~1.4.7"
},
"devDependencies": {
"angular-mocks": "~1.4.5"
}
}