-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
36 lines (36 loc) · 935 Bytes
/
bower.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": "jquery-cloneya",
"description": "CloneYa is a jQuery class useful for cloning DOM elements with their children",
"main": "dist/jquery-cloneya.js",
"version": "1.1.0",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"clone",
"form"
],
"license": [
{
"type": "MIT",
"url": "https://github.com/yapapaya/jquery-cloneya/blob/master/LICENSE.md"
}
],
"authors": [
{
"name": "Saurabh Shukla",
"homepage": "https://github.com/yapapaya/"
}
],
"homepage": "https://yapapaya.github.io/jquery-cloneya/",
"repository": {
"type": "git",
"url": "git://github.com/yapapaya/jquery-cloneya.git"
},
"ignore": [
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "*"
}
}