123456789101112131415161718192021222324252627282930 |
- {
- "name": "unidragger",
- "main": "unidragger.js",
- "dependencies": {
- "unipointer": "^2.3.0"
- },
- "authors": [
- "David DeSandro <desandrocodes@gmail.com>"
- ],
- "description": "Draggable base class",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "draggable",
- "flickity",
- "draggabilly"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "package.json"
- ]
- }
|