forked from Talv/x-editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (38 loc) · 939 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
30
31
32
33
34
35
36
37
38
39
{
"name": "vitalets/x-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.",
"version": "1.5.3",
"homepage": "http://github.com/vitalets/x-editable",
"authors": [
{
"name": "Vitaliy Potapov",
"email": "[email protected]",
"role": "Developer"
}
],
"keywords": [
"bootstrap",
"x-editable",
"table",
"editable"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vitalets/x-editable.git"
}
],
"support": {
"issues": "https://github.com/vitalets/x-editable/issues",
"source": "http://vitalets.github.io/x-editable",
"wiki": "http://vitalets.github.io/x-editable"
},
"license": [
"MIT"
],
"require": {
},
"require-dev": {
"grunt": "~0.4.0"
}
}