forked from valor-software/ng2-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 998 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
{
"name": "@nsoft/ng2-file-upload",
"version": "2.1.20",
"author": "Ivan Pandzic <[email protected]>",
"description": "Angular file upload directives",
"scripts": {
"transpile": "node_modules/.bin/ngc",
"package": "node_modules/.bin/rollup -c",
"build": "npm run transpile && npm run package"
},
"keywords": [
"angular2",
"file",
"upload"
],
"main": "bundles/file-upload.umd.js",
"module": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seven-cd/ng2-file-upload.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@angular/core": "~4.0.0",
"typescript": "~2.3.*"
},
"devDependencies": {
"@angular/common": "~4.0.0",
"@angular/compiler": "~4.0.0",
"@angular/compiler-cli": "~4.0.0",
"@angular/core": "~4.0.0",
"rollup": "^0.58.0",
"rxjs": "~5.0.0",
"typescript": "~2.3.*",
"zone.js": "~0.8.4"
}
}