forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 906 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": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "0.5.1",
"license": "MIT",
"main": "./ng2-uploader.ts",
"author": "Jan Kuri <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/jkuri/ng2-uploader.git"
},
"scripts": {
"prepublish": "tsc && node make.js"
},
"keywords": [
"ng2",
"angular",
"angular2",
"file",
"upload",
"uploader"
],
"dependencies": {
"@angular/core": "2.0.0-rc.1",
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"clang-format": "^1.0.39",
"es6-promise": "^3.2.1",
"es6-shim": "^0.35.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.26",
"zone.js": "^0.6.12"
},
"devDependencies": {
"systemjs-builder": "^0.15.14",
"typescript": "1.8.10",
"typings": "^0.8.1"
}
}