We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506e148 commit fa89d85Copy full SHA for fa89d85
package.json
@@ -4,9 +4,27 @@
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": {
- "test": "grunt jasmine"
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",
0 commit comments