]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/js/ui/default/staff/package.json
LP#1706107: Offline mode
[Evergreen.git] / Open-ILS / web / js / ui / default / staff / package.json
1 {
2   "name": "evergreen-staff-client",
3   "description": "Evergreen ILS Browser Staff Client",
4   "version": "0.0.1",
5   "license": "GPL",
6   "homepage": "http://evergreen-ils.org/",
7   "devDependencies": {
8     "angular": "~1.5",
9     "angular-animate": "~1.5.3",
10     "angular-ui-bootstrap": "~1.2.4",
11     "angular-cookies": "~1.5.8",
12     "angular-file-saver": "~1.1.0",
13     "angular-hotkeys": "^1.7.0",
14     "angular-location-update": "~0.0.2",
15     "angular-mocks": "~1.5.0",
16     "angular-route": "~1.5.0",
17     "angular-tree-control": "~0.2.28",
18     "angular-tablesort": "^1.4.1",
19     "angular-order-object-by": "rxfork/ngOrderObjectBy#npm",
20     "lovefield": "*",
21     "moment": "*",
22     "moment-timezone": "*",
23     "bootstrap": "~3.3.6",
24     "grunt": "~0.4.4",
25     "grunt-cli": "^0.1.13",
26     "grunt-contrib-concat": "^0.4.0",
27     "grunt-contrib-copy": "^0.5.0",
28     "grunt-contrib-cssmin": "^0.9.0",
29     "grunt-contrib-jasmine": "^0.6.4",
30     "grunt-contrib-uglify": "^0.4.0",
31     "grunt-exec": "^0.4.5",
32     "grunt-karma": "^0.8.3",
33     "iframe-resizer": "^3.5.5",
34     "jquery": "~2.2.1",
35     "karma": "^0.12.14",
36     "karma-jasmine": "^0.1.5",
37     "karma-phantomjs-launcher": "^1.0.0",
38     "karma-script-launcher": "~0.1.0",
39     "karma-spec-reporter": "0.0.12",
40     "karma-story-reporter": "^0.2.2",
41     "ng-toast": "~2.0.0",
42     "phantomjs-prebuilt": "^2.1.7"
43   },
44   "scripts": {
45     "test": "grunt test"
46   }
47 }