Blame view

bower.json 1.15 KB
feacde5ff   Rishav   setup acuefuel in...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
    "name": "acufuel",
    "description": "",
    "main": "index.js",
    "authors": [
      "Rishav <rsingla.rishu@gmail.com>"
    ],
    "license": "ISC",
    "homepage": "",
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ],
    "dependencies": {
05bfa28a2   Mr. Hot Foods   remove save butto...
18
      "angular": "^1.6.4",
feacde5ff   Rishav   setup acuefuel in...
19
20
21
22
23
24
25
26
27
      "angular-animate": "^1.6.2",
      "angular-route": "^1.6.2",
      "jquery": "^3.1.1",
      "animate.css": "^3.5.2",
      "bootstrap": "^3.3.7",
      "font-awesome": "fontawesome#^4.7.0",
      "angular-ui-router": "^0.4.2",
      "bootstrap-toggle": "^2.2.2",
      "fullcalendar": "^3.2.0",
4bb02bb84   Rishav   new integration w...
28
29
30
31
32
33
34
      "toastr": "^2.1.3",
      "angular-bootstrap": "^2.5.0",
      "jqGrid": "^5.2.0",
      "Autocomplete": "autocomplete#^2.0.5",
      "DataTables": "~1.10.15",
      "angular-cookies": "~1.6.4",
      "angular-resource": "~1.6.4",
7e481a068   Rishav   implement toogle ...
35
      "angular-xeditable": "~0.7.1",
8f7dbe97c   Swarn Singh   fuel order comple...
36
      "angular-bootstrap-toggle": "~0.1.2",
e95d89b77   Swarn Singh   integrate editor ...
37
38
      "angular-ui-select2": "^0.0.5",
      "angular-ckeditor": "^1.0.3",
03cf7c388   Swarn Singh   minor changes due...
39
      "angular-ui-calendar": "^1.0.2",
05bfa28a2   Mr. Hot Foods   remove save butto...
40
      "angular-dragdrop": "^1.0.13",
97f8c67f9   Rishav Singla   ui select impplem...
41
42
      "angular-nvd3": "^1.0.9",
      "angular-ui-select": "~0.19.8",
9aea92263   Kuldeep Arora   Added local and U...
43
44
      "angular-sanitize": "~1.6.6",
      "angular-ui-clock": "^0.7.0"
feacde5ff   Rishav   setup acuefuel in...
45
46
    }
  }