Skip to content

Commit fa89d85

Browse files
trentrichardson#828 - Updates package.json to add to npm
1 parent 506e148 commit fa89d85

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@
44
"engines": {
55
"node": ">= 0.8.0"
66
},
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",
723
"scripts": {
8-
"test": "grunt jasmine"
24+
"start": "grunt",
25+
"test": "grunt test"
926
},
27+
"dependencies": {},
1028
"devDependencies": {
1129
"grunt-contrib-jshint": "~0.1.1",
1230
"grunt-contrib-jasmine": "~0.5.1",

0 commit comments

Comments
 (0)