-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 881 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
38
39
40
41
42
{
"name": "mv-sorter",
"version": "1.0.5",
"description": "A custom element that makes the content sortable",
"keywords": [
"sortable",
"reordering",
"drag-and-drop",
"web-component",
"web-components",
"mobile",
"touch",
"kinetic",
"momentum",
"dnd",
"draggable",
"drag-drop",
"droppable",
"animation",
"component",
"polymer",
"javascript",
"ui",
"frontend",
"reordering",
"sort",
"sorting",
"drag",
"dragging"
],
"flat": true,
"main": "mv-sorter.js",
"repository": "https://github.com/aigan/mv-sorter.git",
"author": "Jonas Liljegren <jonas@liljegren.org> (http://jonas.liljegren.org/)",
"license": "MIT",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"@polymer/polymer": "^3.0.0"
}
}