-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "knockout-jqueryui",
"description": "knockout binding handlers for jQuery UI",
"homepage": "https://gvas.github.io/knockout-jqueryui/",
"version": "2.2.4",
"author": {
"name": "Vas Gabor <gvas.munka@gmail.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/gvas/knockout-jqueryui.git"
},
"keywords": [
"knockout",
"jquery ui"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"change-case": "~2.1.6",
"grunt": "~1.5.3",
"grunt-bump": "~0.0.16",
"grunt-cli": "~0.1.13",
"grunt-contrib-compress": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-sauce-tunnel": "~0.2.1",
"grunt-saucelabs": "~8.5.0",
"load-grunt-config": "~0.16.0",
"q": "~1.1.2",
"request": "~2.51.0"
},
"scripts": {
"test": "grunt test"
}
}