-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "angular-filepond",
"version": "1.0.5",
"description": "A handy FilePond adapter component for Angular",
"homepage": "https://pqina.nl/filepond",
"license": "MIT",
"main": "dist/angular-filepond.module.js",
"keywords": [
"angular",
"angularjs",
"ngx",
"filepond",
"file",
"upload",
"drag",
"drop",
"browse",
"image",
"preview"
],
"author": {
"name": "PQINA",
"url": "https://pqina.nl"
},
"repository": {
"type": "git",
"url": "https://github.com/pqina/angular-filepond.git"
},
"scripts": {
"build": "ngc -p src/tsconfig.json",
"prepare": "npm run build"
},
"dependencies": {
"filepond": "^1.2.7"
},
"peerDependencies": {
"@angular/core": "^5.2.9",
"typescript": "^2.8.1",
"zone.js": "^0.8.25"
},
"devDependencies": {
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"rollup": "^0.57.1",
"rxjs": "^5.5.8",
"typescript": "^2.8.1",
"zone.js": "^0.8.25"
}
}