.bower.json 651 Bytes
Newer Older
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
{
  "name": "x-editable",
  "version": "1.5.1",
  "ignore": [
    "CHANGELOG.txt",
    "Gruntfile.js",
    "LICENSE-MIT",
    "Package.nuspec",
    "README.md",
    "composer.json",
    "package.json",
    "node_modules",
    "components",
    "src",
    "test"
  ],
  "dependencies": {
    "jquery": ">=1.6"
  },
  "homepage": "https://github.com/vitalets/x-editable",
  "_release": "1.5.1",
  "_resolution": {
    "type": "version",
    "tag": "1.5.1",
    "commit": "f32802f48a33b8a7ec9cca32eec4ca844b7d39b2"
  },
  "_source": "git://github.com/vitalets/x-editable.git",
  "_target": "~1.5.1",
  "_originalSource": "x-editable",
  "_direct": true
}