forked from SortableJS/Sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "sortablejs",
"exportName": "Sortable",
"version": "1.9.0",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-each": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"http-server": "^0.9.0",
"pump": "^3.0.0"
},
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
"main": "Sortable.js",
"scripts": {
"http-server": "http-server -s ./",
"prepublish": "gulp build"
},
"maintainers": [
"Konstantin Lebedev <[email protected]>",
"Owen Mills <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/SortableJS/Sortable.git"
},
"files": [
"Sortable.js",
"Sortable.min.js"
],
"keywords": [
"sortable",
"reorder",
"drag",
"meteor",
"angular",
"ng-sortable",
"react",
"vue",
"mixin"
],
"license": "MIT",
"spm": {
"main": "Sortable.js",
"ignore": [
"meteor",
"st"
]
}
}