forked from gnab/editableCell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.19 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "knockout-editableCell",
"description": "EditableCell is an extension to Knockout.js for turning ordinary table cells into selectable, editable cells, behaving much like cells in Microsoft Excel.",
"main": "out/editableCell.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"docs",
"src",
"test",
"out/tests.js",
".gitattributes",
".gitignore",
"index.html",
"make.js",
"package.json",
"README.md"
],
"keywords": [
"knockout",
"editable",
"cell",
"grid",
"Excel"
],
"authors": [
{ "name": "Ole Petter Bang", "email": "[email protected]" },
{ "name": "Espen Halvorsen", "email": "[email protected]" },
{ "name": "John St. Clair", "email": "[email protected]" }
],
"homepage": "https://github.com/gnab/editableCell",
"repository": {
"type": "git",
"url": "git://github.com/gnab/editableCell.git"
},
"dependencies": {
"jquery": "^2.1.1",
"knockout": "^3.2.0"
},
"moduleType": [
"amd",
"globals",
"node"
]
}