forked from valor-software/ng2-dragula
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 756 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 756 Bytes
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
{
"main": "index.js",
"version": "1.3.0",
"description": "Simple drag and drop with dragula",
"typings": "index.d.ts",
"keywords": [
"angular",
"dragula",
"ng-dragula",
"angular2",
"ng2",
"angular2-dragula",
"ng2-dragula"
],
"author": {
"name": "NathanWalker",
"email": "NathanWalker"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/valor-software/ng2-dragula.git"
},
"name": "ng2-dragula",
"dependencies": {
"dragula": "^3.7.2"
},
"peerDependencies": {
"@angular/common": "^2.3.0",
"@angular/core": "^2.3.0",
"@angular/compiler": "2.4.3",
"@angular/forms": "2.4.3"
},
"_id": "ng2-dragula@1.3.0",
"devDependencies": {}
}