ng-image-drag-drop
Version:
Drag & Drop for Angular - based on HTML5 with no external dependencies.
65 lines (64 loc) • 1.84 kB
JSON
{
"name": "ng-image-drag-drop",
"version": "5.0.1",
"description": "Drag & Drop for Angular - based on HTML5 with no external dependencies.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 0",
"start": "tsc -w",
"transpile": "ngc",
"build": "npm run transpile",
"prepublishOnly": "npm run build",
"lint": "tslint ./src/**/*.ts -t verbose",
"dev": "concurrently \"npm start\" \"cd demo && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ObaidUrRehman/ng-drag-drop.git"
},
"keywords": [
"Angular2",
"Angular4",
"Angular6",
"Angular",
"drag",
"drop",
"dragdrop"
],
"author": "Obaid ur Rehman <obaid.urrehman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ObaidUrRehman/ng-drag-drop/issues"
},
"homepage": "https://github.com/ObaidUrRehman/ng-drag-drop#readme",
"devDependencies": {
"@angular/common": "^16.1.5",
"@angular/compiler": "^16.1.5",
"@angular/compiler-cli": "^16.1.5",
"@angular/core": "^16.1.5",
"@angular/platform-browser": "^16.1.5",
"@angular/platform-browser-dynamic": "^16.1.5",
"@types/core-js": "2.5.5",
"canonical-path": "1.0.0",
"concurrently": "^8.2.0",
"core-js": "^3.31.1",
"http-server": "^14.1.1",
"jasmine-core": "^5.0.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-htmlfile-reporter": "^0.3.8",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lite-server": "^2.6.1",
"lodash": "^4.17.21",
"protractor": "^7.0.0",
"rimraf": "^5.0.1",
"rxjs": "7.8.1",
"tslint": "^6.1.3",
"typescript": "^5.1.6",
"zone.js": "^0.13.1"
}
}