added fronteed/iCheck
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
@@ -128,6 +128,7 @@
|
||||
"http": "github:jspm/nodelibs-http",
|
||||
"https": "github:jspm/nodelibs-https",
|
||||
"i18next-client": "npm:i18next-client",
|
||||
"icheck": "github:fronteed/iCheck",
|
||||
"immstruct": "npm:immstruct",
|
||||
"infamous": "npm:infamous",
|
||||
"intro": "github:usablica/intro.js",
|
||||
|
||||
Reference in New Issue
Block a user