123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_from": "mobile-drag-drop",
- "_id": "mobile-drag-drop@2.3.0-rc.2",
- "_inBundle": false,
- "_integrity": "sha512-4rHP0PUeWkSp0O3waNHPQZCHeZnLu8bE59MerWOnZJ249BCyICXL1WWp3xqkMKXEDFYuhfk3bS42bKB9IeN9uw==",
- "_location": "/mobile-drag-drop",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mobile-drag-drop",
- "name": "mobile-drag-drop",
- "escapedName": "mobile-drag-drop",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mobile-drag-drop/-/mobile-drag-drop-2.3.0-rc.2.tgz",
- "_shasum": "00d6e85e04512a620fd5357366e8786bd29aa7aa",
- "_spec": "mobile-drag-drop",
- "_where": "/home/ntnsndr/Desktop/communityrule",
- "author": {
- "name": "Tim Ruffles",
- "email": "me@truffles.me.uk"
- },
- "bugs": {
- "url": "https://github.com/timruffles/ios-html5-drag-drop-shim/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Stefan Steinhart",
- "email": "stefansteinhart@artec-engineering.com"
- },
- {
- "name": "Kaur Kuut",
- "email": "strom@nevermore.ee"
- },
- {
- "name": "Tim Ruffles",
- "email": "me@truffles.me.uk"
- },
- {
- "name": "Joshua-Smith",
- "email": "noidea@example.com"
- },
- {
- "name": "Jason Hickner",
- "email": "jhickner@gmail.com"
- },
- {
- "name": "Matt Oakley",
- "email": "matt@annaandmatt.net"
- },
- {
- "name": "James Smith",
- "email": "jellyes2@gmail.com"
- },
- {
- "name": "James Shore",
- "email": "shore.james@gmail.com"
- },
- {
- "name": "Paul Shirren",
- "email": "shirro@shirro.com"
- },
- {
- "name": "Simon Altschuler",
- "email": "simon@altschuler.dk"
- }
- ],
- "deprecated": false,
- "description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
- "devDependencies": {
- "grunt": "^1.0.1",
- "grunt-bump": "^0.8.0",
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-connect": "^1.0.2",
- "grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-uglify": "^3.3.0",
- "grunt-contrib-watch": "^1.0.0",
- "grunt-exec": "^3.0.0",
- "grunt-npm": "0.0.2",
- "rollup": "^0.54.1",
- "rollup-plugin-sourcemaps": "^0.4.2",
- "tslint": "^5.9.1",
- "typescript": "^2.6.2"
- },
- "homepage": "http://timruffles.github.io/ios-html5-drag-drop-shim/demo/",
- "keywords": [
- "dragdrop",
- "drag-drop",
- "html5",
- "shim",
- "mobile",
- "polyfill"
- ],
- "license": "MIT",
- "main": "index.min.js",
- "name": "mobile-drag-drop",
- "repository": {
- "type": "git",
- "url": "git://github.com/timruffles/ios-html5-drag-drop-shim.git"
- },
- "scripts": {
- "build": "grunt compile",
- "release:build": "grunt build-release",
- "release:prepare:major": "grunt prepare-release:major",
- "release:prepare:minor": "grunt prepare-release:minor",
- "release:prepare:patch": "grunt prepare-release:patch",
- "release:prepare:prerelease": "grunt prepare-release:prerelease",
- "release:publish": "grunt publish-release && npm publish release",
- "release:serve": "grunt serve-release",
- "start": "grunt",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "types": "index.d.ts",
- "version": "2.3.0-rc.2"
- }
|