13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"main": "icheck.js",
|
|
"registry": "jspm",
|
|
"format": "global",
|
|
"files":["icheck.js","icheck.min.js","skins/*"],
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
},
|
|
"shim":{
|
|
"icheck": ["jquery"],
|
|
"icheck.min": ["jquery"]
|
|
}
|
|
} |