forked from bensgroi/ng2-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ng2-file-upload",
"version": "1.0.0-beta.1",
"description": "angular2 file upload directives",
"scripts": {
"deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order",
"prepublish": "gulp clean && tsc",
"server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
"start": "npm run server",
"test": "gulp lint"
},
"main": "ng2-file-upload.js",
"typings": "ng2-file-upload.d.ts",
"keywords": [
"angular2",
"bootstrap",
"angularjs",
"twitter-bootstrap"
],
"author": "Vyacheslav Chub <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valor-software/ng2-file-upload.git"
},
"bugs": {
"url": "https://github.com/valor-software/ng2-file-upload/issues"
},
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
"dependencies": {},
"devDependencies": {
"angular2": "2.0.0-beta.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10",
"es6-shim": "0.33.13",
"bootstrap": "3.3.6",
"clean-webpack-plugin": "0.1.8",
"compression-webpack-plugin": "0.2.0",
"eslint": "1.10.3",
"exports-loader": "0.6.2",
"file-loader": "0.8.5",
"gulp": "3.9.1",
"gulp-clean": "0.3.1",
"gulp-eslint": "1.1.1",
"gulp-size": "2.0.0",
"gulp-tsc": "1.1.4",
"gulp-tslint": "4.3.1",
"html-loader": "0.4.0",
"markdown-loader": "0.1.7",
"marked": "0.3.5",
"moment": "2.11.2",
"ng2-bootstrap": "1.0.3",
"pre-commit": "1.1.2",
"prismjs": "valorkin/prism",
"prismjs-loader": "0.0.2",
"raw-loader": "0.5.1",
"require-dir": "0.3.0",
"ts-loader": "0.8.1",
"tslint": "3.3.0",
"typescript": "1.7.5",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.0"
},
"contributors": [
{
"name": "Vyacheslav Chub",
"email": "[email protected]",
"url": "https://github.com/buchslava"
},
{
"name": "Dmitriy Shekhovtsov",
"email": "[email protected]",
"url": "https://github.com/valorkin"
}
]
}