forked from chenyukunJoshHub/fileDroppa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 KB
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
{
"name": "file-droppa",
"version": "0.6.8",
"description": "Angular2 (ng2) Files dropable area plus list of files",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ptkach/fileDroppa.git"
},
"scripts": {
"tsc": "tsc",
"deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order",
"server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
"start": "npm run server",
"test": "gulp lint"
},
"main": "index.js",
"typings": "index.d.ts",
"keywords": [
"Angular",
"Files",
"Drop"
],
"author": "Pavlo Tkach <work.pashtet@gmail.com> (http://github.com/ptkach)",
"homepage": "https://github.com/ptkach/fileDroppa#readme",
"license": "MIT",
"contributors": [
{
"name": "Oleksandr Antyneskul",
"email": "antyneskul@gmail.com",
"url": "https://github.com/Antyneskul"
}
],
"dependencies": {
"angular2": "2.0.0-beta.17",
"body-parser": "^1.15.0",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.8",
"compression-webpack-plugin": "^0.3.1",
"eslint": "^2.8.0",
"gulp": "^3.9.1",
"gulp-clean": "*",
"gulp-eslint": "^2.0.0",
"gulp-tsc": "^1.1.5",
"gulp-tslint": "^4.3.5",
"marked": "^0.3.5",
"require-dir": "^0.3.0",
"ts-loader": "^0.8.2",
"tslint": "^3.7.4",
"typescript": "^1.8.10",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}