-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
36 lines (36 loc) · 943 Bytes
/
composer.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
{
"name": "components/jquery-htmlclean",
"description": "HTML Clean plug-in for jQuery",
"type": "component",
"homepage": "https://code.google.com/p/jquery-clean/",
"license": "BSD-2-Clause",
"support": {
"issues": "https://code.google.com/p/jquery-clean/issues/list",
"source": "https://code.google.com/p/jquery-clean/source/checkout"
},
"authors": [
{
"name": "Anthony Johnston",
"homepage": "http://www.antix.co.uk"
}
],
"require": {
"components/jquery": "*"
},
"extra": {
"component": {
"scripts": [
"jquery.htmlClean.js"
],
"files": [
"jquery.htmlClean.min.js"
],
"shim": {
"deps": [
"jquery"
],
"exports": "jQuery.htmlClean"
}
}
}
}