forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 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
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "1.2.0",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"clean": "./scripts/clean.sh",
"dev": "tsc --watch",
"bundle": "ngc -p tsconfig-aot.json"
},
"repository": {
"type": "git",
"url": "https://github.com/jkuri/ng2-uploader.git"
},
"keywords": [
"ng2",
"angular",
"angular2",
"file",
"upload",
"uploader"
],
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-server": "^2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.11",
"typescript": "^2.0.2",
"zone.js": "^0.6.21"
}
}