client/bower.json
author rougeronj
Fri, 19 Jun 2015 12:45:04 +0200
changeset 176 a8231241f50d
parent 171 903d6f504f71
permissions -rw-r--r--
try to get first the context.token set up by the server. If it doesn't exist, try to get back the token in the local storage. Or get to the login page.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "ammico",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  "main": "app.js",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "version": "0.0.0",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  "authors": [
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    "IRI"
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  ],
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  "license": "Ceccill-C",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  "private": true,
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
  "ignore": [
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "**/.*",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "node_modules",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    "bower_components",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    "test",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    "tests"
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
  ],
88
2db951a4a04c updates dependencies and add main-bower-file to gulpfile to concatenate the vendorJs
rougeronj
parents: 49
diff changeset
    17
  "dependencies": {
171
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    18
    "angular": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    19
    "angular-route": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    20
    "angular-resource": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    21
    "angular-bootstrap": "~0.13.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    22
    "angular-ui-sortable": "~0.13.4",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    23
    "bootstrap": "~3.3.4",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    24
    "angular-touch": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    25
    "angular-messages": "~1.4.0"
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
  }
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
}