forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "ngx-uploader",
"description": "Angular File Uploader",
"version": "2.0.20",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"clean": "./scripts/clean.sh",
"dev": "tsc --watch",
"build": "./node_modules/.bin/ngc -p tsconfig.json",
"prepublish": "npm run build",
"docs": "gulp docs",
"changelog": "gulp changelog"
},
"repository": {
"type": "git",
"url": "https://github.com/jkuri/ngx-uploader.git"
},
"keywords": [
"ngx",
"angular",
"file",
"upload",
"uploader"
],
"devDependencies": {
"@angular/common": "^2.4.2",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/core": "^2.4.2",
"@angular/platform-browser": "^2.4.2",
"@angular/platform-browser-dynamic": "^2.4.2",
"@angular/platform-server": "^2.4.2",
"@types/core-js": "^0.9.35",
"@types/node": "^6.0.58",
"gulp": "^3.9.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-typedoc": "^2.0.1",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.3",
"typedoc": "^0.5.3",
"typescript": "2.1.4",
"zone.js": "^0.7.4"
}
}