-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 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
{
"name": "datatables-contextual-actions",
"version": "1.3.2",
"description": "A DataTables javascript plugin for adding contextual options (\"right-click\" menu, as well as a matching button-bar) to one or many selected rows.",
"main": "dist/dataTables.contextualActions.min.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torrobinson/datatables-contextual-actions.git"
},
"keywords": [
"datatables",
"datatablesjs",
"table",
"context",
"menu"
],
"author": "Tor Robinson",
"license": "ISC",
"bugs": {
"url": "https://github.com/torrobinson/datatables-contextual-actions/issues"
},
"homepage": "https://github.com/torrobinson/datatables-contextual-actions#readme",
"devDependencies": {
"replace-in-file": "^6.3.5",
"uglify-js": "^3.13.6",
"uglifycss": "0.0.29"
}
}