-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 845 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
{
"name": "ui-grid-custom-cell-select",
"version": "0.2.0",
"description": "Custom Cell Selection Plugin for UI Grid",
"main": "js/draggable-rows.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Atmos206/ui-grid-custom-cell-select.git"
},
"keywords": [
"angular",
"ui-grid",
"cell-selection",
"copy",
"paste",
"cell-select"
],
"author": "Brenden Peterson <brendenjpeterson@gmail.com>",
"contributors": [
{
"name": "Jairo Alejandro Honorio Diaz",
"email": "registrofx@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Atmos206/ui-grid-custom-cell-select/issues"
},
"homepage": "https://github.com/Atmos206/ui-grid-custom-cell-select#readme"
}