forked from beshkenadze/miftree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
38
{
"name": "stepcart/mif-tree-library",
"type": "library",
"description": "javascript tree for web applications",
"keywords": ["tree", "mootools", "javascript", "library"],
"homepage": "https://stepcart.com",
"license": "MIT",
"authors": [
{
"name": "Anton Samoylov",
"email": "[email protected]",
"homepage": "http://mifjs.net",
"role": "Developer"
},
{
"name": "StepCart Development Team",
"email": "[email protected]",
"homepage": "http://stepcart.com",
"role": "Contributor"
},
{
"name": "Aleksandr Beshkenadze",
"email": "[email protected]",
"homepage": "http://beshkenadze.net",
"role": "Developer"
}
],
"require": {
"stepcart/mootools-core": "*",
"stepcart/mootools-more": "*"
},
"target-dir": "Resources/public/js",
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
}
}
}