1ea9bfbae8
Change-Id: I424c1d49388bbcc6155f0d4e632c0754d4973e7d
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "Compass_v2.5",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/stackforge/compass-web",
|
|
"authors": [
|
|
"Compass Team"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"devDependencies": {
|
|
"angular-bootstrap": "~0.12.0",
|
|
"angular": "1.2.16",
|
|
"angular-cookies": "1.2.16",
|
|
"angular-daterangepicker": "~0.1.12",
|
|
"bootstrap": "3.1.1",
|
|
"angular-ui-router": "~0.2.13",
|
|
"angular-mocks": "~1.2.18",
|
|
"angular-touch": "~1.3.0",
|
|
"ng-table": "0.3.2",
|
|
"angular-animate": "1.2.17",
|
|
"d3": "~3.5.5",
|
|
"nvd3": "~1.7.1",
|
|
"moment": "~2.9.0",
|
|
"ng-bs-daterangepicker-plus": "0.0.1",
|
|
"bootstrap-daterangepicker": "https://github.com/dangrossman/bootstrap-daterangepicker.git#1.3.12",
|
|
"angular-spinner": "https://github.com/urish/angular-spinner.git#~0.6.1",
|
|
"requirejs": "~2.1.16",
|
|
"components-font-awesome": "~4.3.0"
|
|
},
|
|
"resolutions": {
|
|
"bootstrap": "3.1.1",
|
|
"moment": "~2.9.0",
|
|
"d3": "~3.5.5",
|
|
"angular": "1.2.16",
|
|
"bootstrap-daterangepicker": "1.3.12"
|
|
}
|
|
}
|