forked from vaadin/vaadin-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "vaadin-grid",
"version": "1.0.0",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"dependencies": {
"bower": "latest",
"fs-extra": "latest",
"del": "latest",
"gulp": "latest",
"gulp-git": "latest",
"gulp-json-editor": "latest",
"gulp-markdown": "^1.0.0",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-util": "latest",
"gulp-watch": "latest",
"web-component-tester": "4.0.3",
"yargs": "latest"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.0",
"@angular/compiler": "^2.0.0-rc.0",
"@angular/core": "^2.0.0-rc.0",
"@angular/platform-browser": "^2.0.0-rc.0",
"@angular/platform-browser-dynamic": "^2.0.0-rc.0",
"@vaadin/angular2-polymer": "^1.0.0-alpha1",
"chalk": "latest",
"es6-shim": "^0.35.0",
"gulp-bower": "0.0.10",
"gulp-download": "0.0.1",
"gulp-html-extract": "0.0.3",
"gulp-insert": "latest",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-rsync": "0.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.0",
"gulp-typings": "^1.3.4",
"gulp-unzip": "^0.1.3",
"gulp-zip": "^2.0.3",
"hash-files": "^1.0.0",
"jshint": "^2.8.0",
"lodash": "^3.5.0",
"node-ssh-exec": "^0.1.1",
"reflect-metadata": "0.1.2",
"require-dir": "^0.1.0",
"rxjs": "5.0.0-beta.6",
"scp2": "^0.2.1",
"systemjs": "^0.19.27",
"zone.js": "^0.6.12"
},
"scripts": {
"install": "node_modules/.bin/bower install --allow-root"
},
"keywords": [
"vaadin",
"elements",
"web",
"components",
"webcomponents",
"web-components",
"gwt",
"grid"
]
}