-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (50 loc) · 1.21 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"author":
{
"name": "Dis Shishkov",
"email": "[email protected]"
},
"licenses":
[
{
"type": "MIT",
"url": "https://bitbucket.org/DuC/widgetster/src/6c6efb138cbf2640dd4ef2e89b8e7aa4601eaf42/LICENSE?at=default"
}
],
"originalPlugin":
{
"author":
{
"name": "ducksboard",
"email": "[email protected]"
},
"name": "gridster",
"homepage": "http://gridster.net/"
},
"name": "Widgetster",
"version": "0.3.0",
"description": "a drag-and-drop jquery plugin to build dashboard with widgets.",
"site": "https://bitbucket.org/DuC/widgetster",
"pluginName": "jquery.widgetster",
"repository":
{
"type": "hg",
"url": "https://bitbucket.org/DuC/widgetster"
},
"bugs":
{
"url": "https://bitbucket.org/DuC/widgetster/issues"
},
"dependencies":
{
"jquery": ">=1.10"
},
"devDependencies":
{
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-ts": "~1.6.4",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-cssmin": "~0.7.0"
}
}