aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/bootstrap-timepicker/.bower.json
blob: dfe8dd6ce947c54c11f93412ed23c1447c7d1214 (plain) (blame)
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
{
  "name": "bootstrap-timepicker",
  "description": "A timepicker component for Twitter Bootstrap",
  "version": "0.5.2",
  "main": "js/bootstrap-timepicker.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "_layouts",
    "node_modules",
    "_config.yml",
    "assets",
    "spec",
    "index.html",
    "Gruntfile.js",
    "package.json",
    "composer.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jdewit/bootstrap-timepicker"
  },
  "dependencies": {
    "bootstrap": "^3.0",
    "jquery": "^2.0"
  },
  "devDependencies": {
    "autotype": "https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js"
  },
  "keywords": [
    "widget",
    "timepicker",
    "time"
  ],
  "homepage": "https://github.com/jdewit/bootstrap-timepicker",
  "_release": "0.5.2",
  "_resolution": {
    "type": "version",
    "tag": "v0.5.2",
    "commit": "5ac75ccbe2f53a7357fd97ca9afdebe014b4c027"
  },
  "_source": "https://github.com/jdewit/bootstrap-timepicker.git",
  "_target": "^0.5.2",
  "_originalSource": "bootstrap-timepicker"
}