forked from vitalets/bootstrap-editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 949 Bytes
/
package.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": "bootstrap-editable",
"title": "Bootstrap Editable",
"description": "In-place editing with Bootstrap Form and Popover",
"version": "1.1.4",
"homepage": "https://github.com/vitalets/bootstrap-editable",
"author": {
"name": "Vitaliy Potapov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/vitalets/bootstrap-editable.git"
},
"bugs": {
"url": "https://github.com/vitalets/bootstrap-editable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vitalets/bootstrap-editable/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/vitalets/bootstrap-editable/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">= 1.6"
},
"devDependencies": {
"grunt": "~0.3.11",
"grunt-contrib": "0.1.1",
"github": "0.1.4",
"moment": "1.7.0"
},
"keywords": []
}