-
Notifications
You must be signed in to change notification settings - Fork 370
/
package.json
37 lines (37 loc) · 860 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
{
"name": "tablednd",
"version": "1.0.5",
"description": "JQuery plugin for dragging and dropping rows in a table",
"main": "dist/jquery.tablednd.js",
"dependencies": {},
"devDependencies": {
"grunt": "1.6.1",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-uglify": "5.2.2",
"jshint": "2.13.6",
"release-it": "17.4.1"
},
"scripts": {
"test": "grunt test",
"make-dist": "grunt",
"release": "release-it",
"release-dry-run": "release-it --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isocra/TableDnD.git"
},
"keywords": [
"tablednd",
"drag",
"and",
"drop",
"jquery"
],
"author": "DenisH",
"license": "MIT",
"bugs": {
"url": "https://github.com/isocra/TableDnD/issues"
},
"homepage": "https://github.com/isocra/TableDnD#readme"
}