"description": "Evergreen ILS Browser Staff Client",
"version": "0.0.1",
"license": "GPL",
- "homepage": "http://evergreen-ils.org/",
+ "homepage": "https://evergreen-ils.org/",
"devDependencies": {
- "angular": "~1.5",
- "angular-animate": "~1.5.3",
- "angular-ui-bootstrap": "~1.3.3",
- "angular-cookies": "~1.5.8",
- "angular-file-saver": "~1.1.0",
- "angular-hotkeys": "^1.7.0",
- "angular-location-update": "~0.0.2",
- "angular-mocks": "~1.5.0",
- "angular-route": "~1.5.0",
- "angular-tree-control": "~0.2.28",
- "angular-tablesort": "^1.4.1",
- "angular-order-object-by": "rxfork/ngOrderObjectBy#npm",
- "lovefield": "*",
- "moment": "*",
- "moment-timezone": "*",
- "bootstrap": "~3.3.6",
- "grunt": "~0.4.4",
- "grunt-cli": "^0.1.13",
- "grunt-contrib-concat": "^0.4.0",
- "grunt-contrib-copy": "^0.5.0",
- "grunt-contrib-cssmin": "^0.9.0",
- "grunt-contrib-jasmine": "^0.6.4",
- "grunt-contrib-uglify": "^0.4.0",
- "grunt-exec": "^0.4.5",
- "grunt-karma": "^0.8.3",
- "iframe-resizer": "^3.5.5",
- "jquery": "~2.2.1",
- "karma": "^0.12.14",
- "karma-jasmine": "^0.1.5",
- "karma-phantomjs-launcher": "^1.0.0",
- "karma-script-launcher": "~0.1.0",
- "karma-spec-reporter": "0.0.12",
- "karma-story-reporter": "^0.2.2",
- "ng-toast": "~2.0.0",
- "phantomjs-prebuilt": "^2.1.7"
+ "angular-mocks": "^1.6.7",
+ "grunt": "^1.0.1",
+ "grunt-cli": "^1.2.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-cssmin": "^2.2.1",
+ "grunt-contrib-jasmine": "^1.1.0",
+ "grunt-contrib-uglify": "^3.2.1",
+ "grunt-exec": "^3.0.0",
+ "grunt-karma": "^2.0.0",
+ "karma": "^1.7.1",
+ "karma-jasmine": "^1.1.1",
+ "karma-phantomjs-launcher": "^1.0.4",
+ "karma-script-launcher": "^1.0.0",
+ "karma-spec-reporter": "0.0.32",
+ "karma-story-reporter": "^0.3.1",
+ "phantomjs-prebuilt": "^2.1.16"
},
"scripts": {
"test": "grunt test"
+ },
+ "dependencies": {
+ "angular": "^1.6.7",
+ "angular-animate": "^1.6.7",
+ "angular-cookies": "^1.6.7",
+ "angular-file-saver": "^1.1.3",
+ "angular-hotkeys": "^1.7.0",
+ "angular-location-update": "0.0.2",
+ "angular-order-object-by": "github:rxfork/ngOrderObjectBy#npm",
+ "angular-route": "^1.6.7",
+ "angular-tablesort": "^1.6.0",
+ "angular-tree-control": "^0.2.28",
+ "angular-ui-bootstrap": "^2.5.6",
+ "bootstrap": "^3.3.7",
+ "iframe-resizer": "^3.5.15",
+ "jquery": "^3.2.1",
+ "lovefield": "^2.1.12",
+ "moment": "^2.20.1",
+ "moment-timezone": "^0.5.14",
+ "ng-toast": "^2.0.0"
}
}