forked from ajaysinghj8/angular-draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular-draggablex",
"description": "A angular directive provide html block to move on html plain.",
"keywords": [
"Angular-draggable",
"ng draggable directive",
"draggable directive",
"directive",
"Angular",
"angular-draggablex"
],
"homepage": "https://github.com/karnavpargi/angular-draggablex",
"bugs": {
"url": "https://github.com/karnavpargi/angular-draggablex/issues"
},
"author": {
"name": "Karnav Pargi",
"url": "https://www.karnavpargi.com"
},
"license": "MIT",
"repository": {
"url": "https://github.com/karnavpargi/angular-draggablex",
"type": "git"
},
"private": false,
"version": "12.0.0",
"scripts": {
"serve": "ng serve",
"build": "ng build angular-draggable",
"test": "ng test --watch false"
},
"dependencies": {
"@angular/core": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^12.1.1",
"typescript": "~4.3.5"
}
}