summaryrefslogtreecommitdiffstats
path: root/apps/comments/js/vendor/Caret.js/bower.json
blob: c732905da17f87fd69a1ff63e1ee910682331571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "Caret.js",
  "version": "0.2.2",
  "main": "src/jquery.caret.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "spec",
    "index.html"
  ],
  "dependencies": {
    "jquery": ">=1.7.0"
  },
  "devDependencies": {
    "jasmine-jquery": "~1.5.8"
  }
}