summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/.bower.json
blob: ed54a783e8e0425414cc9419b7f41a3fec94972e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "angular-xeditable",
  "version": "0.9.0",
  "description": "Edit in place for AngularJS",
  "author": "https://github.com/vitalets",
  "license": "MIT",
  "homepage": "http://vitalets.github.io/angular-xeditable",
  "main": [
    "dist/css/xeditable.css",
    "dist/js/xeditable.js"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "playground",
    "test",
    "libs",
    "docs",
    "zip",
    "src",
    "starter",
    "Gruntfile.js",
    "index.html",
    "jsdoc.conf.json",
    "package.json"
  ],
  "dependencies": {
    "angular": "~1.x"
  },
  "devDependencies": {
    "angular": "~1.5.0",
    "angular-mocks": "~1.5.0",
    "angular-scenario": "~1.5.0",
    "angular-sanitize": "~1.5.0",
    "jquery": "^2.2.4",
    "bootstrap": "^3.3.7",
    "moment": "^2.17.1",
    "checklist-model": "^0.10.0",
    "ng-tags-input": "^3.1.1",
    "angular-bootstrap": "^2.5.0",
    "angular-ui-select": "^0.16.1",
    "jquery-ui": "^1.12.1",
    "angular-ui-date": "^1.0.1"
  },
  "_release": "0.9.0",
  "_resolution": {
    "type": "version",
    "tag": "0.9.0",
    "commit": "a2fd62756d8ad19505814545bcbba5d7f9bba5ce"
  },
  "_source": "https://github.com/vitalets/angular-xeditable.git",
  "_target": "^0.9.0",
  "_originalSource": "angular-xeditable"
}