forked from Ryware/ngx-drag-and-drop-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "ngx-drag-and-drop-lists",
"version": "1.2.5",
"description": "angular drag and drop component for lists",
"main": "index.js",
"scripts": {
"ngc": "ngc",
"build": "npm run ngc && node ./scripts/copy-package",
"publishPackage": "npm run build && cd dist && npm publish",
"dev": "tsc --watch",
"postinstall": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misha130/ngx-drag-and-drop-lists.git"
},
"keywords": [
"drag-and-drop",
"angular2",
"angular4",
"alignment"
],
"author": "Misha Tarnortusky",
"license": "MIT",
"bugs": {
"url": "https://github.com/misha130/ngx-drag-and-drop-lists/issues"
},
"homepage": "https://github.com/misha130/ngx-drag-and-drop-lists#readme",
"dependencies": {},
"devDependencies": {
"@angular/animations": "~6.0.7",
"@angular/common": "~6.0.7",
"@angular/compiler": "~6.0.7",
"@angular/core": "^6.0.7",
"@angular/forms": "~6.0.7",
"@angular/http": "~6.0.7",
"@angular/platform-browser": "^6.0.7",
"@angular/platform-browser-dynamic": "^6.0.7",
"@angular/platform-server": "~6.0.7",
"connect": "^3.6.6",
"serve-static": "^1.13.2",
"core-js": "^2.5.7",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"tslint": "^5.10.0",
"typescript": "~2.9.2",
"zone.js": "^0.8.26"
}
}