Skip to content

Commit eb0a187

Browse files
tweak package.json
1 parent 4f87dc1 commit eb0a187

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

package.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
{
2-
"name": "jQuery-Timepicker-Addon",
2+
"name": "jquery-ui-timepicker-addon",
33
"version": "0.0.0-ignored",
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)