| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "draggabilly",
- "description": "make that shiz draggable",
- "main": "draggabilly.js",
- "dependencies": {
- "get-size": "^2.0.2",
- "unidragger": "^2.3.0"
- },
- "devDependencies": {
- "qunit": "^2.5.1",
- "jquery-bridget": "^2.0.0"
- },
- "homepage": "https://draggabilly.desandro.com",
- "authors": [
- "David DeSandro"
- ],
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "drag",
- "draggable"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "contributing.md",
- "Gruntfile.js",
- "gulpfile.js",
- "package.json",
- "sandbox"
- ]
- }
|