-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 917 Bytes
/
composer.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": "imagicreativity/jquery-knob-bundle",
"type": "symfony-bundle",
"description": "Enables you to use the Jquery Knob library by Anthony Terrien in your Symfony2 projects. See: http://anthonyterrien.com/knob/",
"keywords": ["jquery", "bundle", "jquery-knob","jqueryknob"],
"homepage": "https://github.com/kabudu/ImagiCreativity-JQueryKnobBundle",
"license": "MIT",
"authors": [
{
"name": "Kamba Abudu",
"email": "[email protected]"
},
{
"name": "Anthony Terrien",
"homepage": "https://github.com/aterrien"
}
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1"
},
"autoload": {
"psr-0": { "ImagiCreativity\\Bundle\\JqueryKnobBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "ImagiCreativity/Bundle/JqueryKnobBundle"
}