UNPKG

electron-drag-drop

Version:
37 lines (36 loc) 847 B
{ "name": "electron-drag-drop", "version": "1.1.0", "description": "Easily manipulate drag and drop in Electron.", "main": "index.js", "scripts": { "start": "electron", "test": "mocha test/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/electron-utils/electron-drag-drop.git" }, "keywords": [ "Electron", "Drag", "Drop" ], "author": "jwu", "license": "MIT", "bugs": { "url": "https://github.com/electron-utils/electron-drag-drop/issues" }, "homepage": "https://github.com/electron-utils/electron-drag-drop", "devDependencies": { "electron": "^1.8.1", "mocha": "^3.2.0", "spectron": "^3.6.0" }, "dependencies": { "electron-ipc-plus": "^1.3.3", "electron-platform": "^1.2.0", "lodash": "^4.17.4", "path-plus": "^1.0.0" } }