-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "file-droppa",
"version": "0.6.8",
"description": "Angular2 (ng2) Files dropable area plus list of files",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ptkach/fileDroppa.git"
},
"scripts": {
"tsc": "tsc",
"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": "index.js",
"typings": "index.d.ts",
"keywords": [
"Angular",
"Files",
"Drop"
],
"author": "Pavlo Tkach <[email protected]> (http://github.com/ptkach)",
"homepage": "https://github.com/ptkach/fileDroppa#readme",
"license": "MIT",
"contributors": [
{
"name": "Oleksandr Antyneskul",
"email": "[email protected]",
"url": "https://github.com/Antyneskul"
}
],
"devDependencies": {
"angular2": "2.0.0-beta.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10",
"es6-shim": "0.33.13",
"clean-webpack-plugin": "0.1.5",
"compression-webpack-plugin": "0.2.0",
"eslint": "1.10.3",
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-eslint": "1.1.1",
"gulp-tsc": "1.1.4",
"gulp-tslint": "4.3.1",
"marked": "0.3.5",
"require-dir": "0.3.0",
"ts-loader": "0.8.0",
"tslint": "3.2.1",
"typescript": "1.7.5",
"webpack": "1.12.11",
"webpack-dev-server": "1.14.0"
}
}