Merge pull request #135 from Aaike/master
added happy -> github:henrikjoreteg/Happy.js
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"main": "./happy.js",
|
||||||
|
"registry": "jspm",
|
||||||
|
"shim": {
|
||||||
|
"happy": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "jquery@^2.1.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"main": "./dist/jquery.validate.js",
|
||||||
|
"registry": "jspm",
|
||||||
|
"shim": {
|
||||||
|
"jquery-validation": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "jquery@^2.1.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -95,6 +95,7 @@
|
|||||||
"hammer": "github:hammerjs/hammer.js",
|
"hammer": "github:hammerjs/hammer.js",
|
||||||
"handlebars": "github:components/handlebars.js",
|
"handlebars": "github:components/handlebars.js",
|
||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
|
"happy": "github:henrikjoreteg/Happy.js",
|
||||||
"http": "github:jspm/nodelibs-http",
|
"http": "github:jspm/nodelibs-http",
|
||||||
"https": "github:jspm/nodelibs-https",
|
"https": "github:jspm/nodelibs-https",
|
||||||
"i18next-client": "npm:i18next-client",
|
"i18next-client": "npm:i18next-client",
|
||||||
@@ -109,6 +110,7 @@
|
|||||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||||
|
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||||
"jsplumb": "github:sporritt/jsPlumb",
|
"jsplumb": "github:sporritt/jsPlumb",
|
||||||
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
||||||
|
|||||||
Reference in New Issue
Block a user