PluginProbe
Force Refresh / 2.1.0
Force Refresh v2.1.0
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / node_modules / bootstrap-timepicker / package.json

package.json in Force Refresh 2.1.0, at node_modules/bootstrap-timepicker/package.json

63 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "bootstrap-timepicker",
3 "description": "Timepicker widget for Twitter Bootstrap",
4 "version": "0.5.2",
5 "license": "MIT",
6 "homepage": "http://jdewit.github.com/bootstrap-timepicker",
7 "author": {
8 "name": "Joris de Wit",
9 "email": "joris.w.dewit@gmail.com",
10 "url": "http://jorisdewit.ca"
11 },
12 "main": "js/bootstrap-timepicker.js",
13 "files": [
14 "js",
15 "css"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/jdewit/bootstrap-timepicker.git"
20 },
21 "scripts": {
22 "test": "bower install; grunt test;"
23 },
24 "bugs": {
25 "url": "https://github.com/jdewit/bootstrap-timepicker/issues"
26 },
27 "devDependencies": {
28 "grunt-cli": "~0.1",
29 "grunt": "~0.4.1",
30 "bower": "latest",
31 "grunt-contrib-less": "~0.5.0",
32 "grunt-contrib-jshint": "~0.4.3",
33 "grunt-contrib-uglify": "~0.2.0",
34 "grunt-contrib-jasmine": "~0.4.2",
35 "grunt-contrib-watch": "~0.4.3",
36 "grunt-shell": "~0.2.2",
37 "grunt-bump": "0.0.11"
38 },
39 "gitHead": "c31df7a9170e7e63617890a9ed282eeaf6bc2cb1",
40 "_id": "bootstrap-timepicker@0.5.2",
41 "_shasum": "10ed9f2a2f0b8ccaefcde0fcf6a0738b919a3835",
42 "_from": "bootstrap-timepicker@>=0.5.2 <0.6.0",
43 "_npmVersion": "3.3.12",
44 "_nodeVersion": "5.3.0",
45 "_npmUser": {
46 "name": "mrhota",
47 "email": "aaron.j.gardner@gmail.com"
48 },
49 "dist": {
50 "shasum": "10ed9f2a2f0b8ccaefcde0fcf6a0738b919a3835",
51 "tarball": "https://registry.npmjs.org/bootstrap-timepicker/-/bootstrap-timepicker-0.5.2.tgz"
52 },
53 "maintainers": [
54 {
55 "name": "mrhota",
56 "email": "aaron.j.gardner@gmail.com"
57 }
58 ],
59 "directories": {},
60 "_resolved": "https://registry.npmjs.org/bootstrap-timepicker/-/bootstrap-timepicker-0.5.2.tgz",
61 "readme": "ERROR: No README data found!"
62 }
63