|
1 | 1 | {
|
2 |
| - "name": "jquery-ui-timepicker-addon", |
3 |
| - "version": "1.6.3", |
4 |
| - "engines": { |
5 |
| - "node": ">= 0.8.0" |
6 |
| - }, |
7 |
| - "keywords": [ |
8 |
| - "timepicker", "jquery", "datetime", "jquery-ui" |
9 |
| - ], |
10 |
| - "repository": { |
11 |
| - "type": "git", |
12 |
| - "url": "https://github.com/trentrichardson/jQuery-Timepicker-Addon.git" |
13 |
| - }, |
14 |
| - "licenses": [ |
15 |
| - { |
16 |
| - "type": "MIT", |
17 |
| - "url": "https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/LICENSE-MIT" |
18 |
| - } |
19 |
| - ], |
20 |
| - "homepage": "http://trentrichardson.com/examples/timepicker", |
21 |
| - "main": "./dist/jquery-ui-timepicker-addon.js", |
22 |
| - "browser": "./dist/jquery-ui-timepicker-addon.js", |
23 |
| - "scripts": { |
24 |
| - "start": "grunt", |
25 |
| - "test": "grunt test" |
26 |
| - }, |
27 |
| - "dependencies": {}, |
28 |
| - "devDependencies": { |
29 |
| - "grunt-contrib-jshint": "~0.1.1", |
30 |
| - "grunt-contrib-jasmine": "~0.5.1", |
31 |
| - "grunt-contrib-concat": "~0.4.0", |
32 |
| - "grunt-contrib-uglify": "~0.9.1", |
33 |
| - "grunt-contrib-watch": "~0.2.0", |
34 |
| - "grunt-contrib-clean": "~0.4.0", |
35 |
| - "grunt-contrib-copy": "~0.4.0", |
36 |
| - "grunt-contrib-cssmin": "~0.6.0", |
37 |
| - "grunt-replace": "~0.4.4", |
38 |
| - "grunt": "~0.4.1" |
39 |
| - } |
| 2 | + "name": "@regru/jquery-ui-timepicker-addon", |
| 3 | + "version": "1.6.3", |
| 4 | + "engines": { |
| 5 | + "node": ">= 0.8.0" |
| 6 | + }, |
| 7 | + "keywords": [ |
| 8 | + "timepicker", |
| 9 | + "jquery", |
| 10 | + "datetime", |
| 11 | + "jquery-ui" |
| 12 | + ], |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/trentrichardson/jQuery-Timepicker-Addon.git" |
| 16 | + }, |
| 17 | + "licenses": [ |
| 18 | + { |
| 19 | + "type": "MIT", |
| 20 | + "url": "https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/LICENSE-MIT" |
| 21 | + } |
| 22 | + ], |
| 23 | + "homepage": "http://trentrichardson.com/examples/timepicker", |
| 24 | + "main": "./dist/jquery-ui-timepicker-addon.js", |
| 25 | + "browser": "./dist/jquery-ui-timepicker-addon.js", |
| 26 | + "scripts": { |
| 27 | + "start": "grunt", |
| 28 | + "test": "grunt test" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "grunt-contrib-jshint": "~0.1.1", |
| 32 | + "grunt-contrib-jasmine": "~0.5.1", |
| 33 | + "grunt-contrib-concat": "~0.4.0", |
| 34 | + "grunt-contrib-uglify": "~0.9.1", |
| 35 | + "grunt-contrib-watch": "~0.2.0", |
| 36 | + "grunt-contrib-clean": "~0.4.0", |
| 37 | + "grunt-contrib-copy": "~0.4.0", |
| 38 | + "grunt-contrib-cssmin": "~0.6.0", |
| 39 | + "grunt-replace": "~0.4.4", |
| 40 | + "grunt": "~0.4.1" |
| 41 | + }, |
| 42 | + "description": "jQuery Timepicker Addon =======================", |
| 43 | + "bugs": { |
| 44 | + "url": "https://github.com/trentrichardson/jQuery-Timepicker-Addon/issues" |
| 45 | + }, |
| 46 | + "directories": { |
| 47 | + "lib": "lib", |
| 48 | + "test": "test" |
| 49 | + }, |
| 50 | + "author": "trentrichardson" |
40 | 51 | }
|
0 commit comments