-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1014 Bytes
/
package.json
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
{
"bugs": {
"url": "/~https://github.com/cotag/a2-file-drop/issues"
},
"contributors": [],
"devDependencies": {
"@angular/core": "latest",
"rxjs": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-jasmine": "latest",
"karma-webpack": "latest",
"ts-loader": "latest",
"typescript": "latest"
},
"dependencies": {},
"description": "Angular 2 file drag and drop manager",
"directories": {},
"homepage": "/~https://github.com/cotag/a2-file-drop",
"license": "MIT",
"maintainers": [
{
"name": "Stephen von Takach",
"email": "steve@cotag.me"
}
],
"name": "a2-file-drop",
"optionalDependencies": {},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+/~https://github.com/cotag/a2-file-drop.git"
},
"scripts": {
"build": "node node_modules/typescript/bin/tsc",
"test": "node node_modules/karma/bin/karma start karma.conf.js"
},
"version": "2.0.4"
}