forked from ninsuo/symfony-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 794 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
{
"name": "symfony-collection",
"homepage": "http://symfony-collection.fuz.org",
"description": "A jQuery plugin that manages adding, deleting and moving elements from a Symfony2 collection",
"main": [
"jquery.collection.js"
],
"keywords": [
"jquery",
"symfony",
"collection",
"plugin",
"javascript"
],
"authors": [
"Alain Tiemblo"
],
"repository": {
"type": "git",
"url": "git://github.com/ninsuo/symfony-collection.git"
},
"bugs": "https://github.com/ninsuo/symfony-collection/issues",
"license": "MIT",
"ignore": ["*", "!jquery.collection.js", "!jquery.collection.html.twig"],
"dependencies": {
"jquery": ">=1.7",
"jquery-ui": ">=1.0"
}
}