forked from BTMorton/angular2-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1.23 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
{
"name": "angular2-grid",
"version": "2.0.1",
"homepage": "https://github.com/BTMorton/angular2-grid",
"authors": [
"Ben Morton <[email protected]> (http://bmorton.co.uk/)",
"Martin Sikora (https://github.com/martinsik)",
"Daniel Pastor de la Fuenta (https://github.com/aebsubis)",
"Frederik Schubert (https://github.com/frederikschubert)",
"Matthew de Nobrega (https://github.com/matthewdenobrega)",
"Alex (https://github.com/lifecoderua)",
"pocmanu (https://github.com/pocmanu)",
"Chris Morabito (https://github.com/morabitowoolpert)",
"Carlos Esteban Lopez Jaramillo (https://github.com/Luchillo)",
"Niklas Berg (https://github.com/nkholski)",
"Wouter (https://github.com/wuhkuh)",
"Brian Ellis (https://github.com/OnlyAGhost)"
],
"description": "Grid-based drag/drop/resize directive plugin for Angular 2",
"main": "NgGrid.ts",
"moduleType": [
"umd"
],
"keywords": [
"angular",
"angular2",
"angularjs",
"grid",
"drag",
"drop",
"resize",
"web-components"
],
"license": "MIT",
"ignore": [
"*",
"!src/NgGrid.ts",
"!dist/NgGrid.*"
],
"repository": {
"type": "git",
"url": "git://github.com/BTMorton/angular2-grid.git"
}
}