-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "px-data-grid",
"version": "1.3.0",
"description": "Polymer 2 element that defines a data grid (data table)",
"main": "px-data-grid.html",
"repository": "predixdesignsystem/px-data-grid",
"author": "Vaadin Ltd",
"bugs": {
"url": "https://github.com/predixdesignsystem/px-data-grid/issues"
},
"homepage": "http://predix.io/",
"devDependencies": {
"bower": "^1.8.2",
"browser-sync": "^2.13.0",
"ensure-px-license": "^1.0.0",
"eslint": "^4.0.0",
"eslint-config-vaadin": "^0.2.5",
"eslint-plugin-html": "^3.0.0",
"gulp": "^3.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.4.0",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^4.0.0",
"gulp-html-extract": "^0.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-style-modules": "^0.1.0",
"gulp-stylelint": "^5.0.0",
"node-sass-import-once": "^1.2.0",
"polymer-cli": "^1.5.7",
"stream-combiner2": "^1.1.1",
"stylelint": "^8.0.0",
"stylelint-config-vaadin": "^0.1.1",
"web-component-tester": "^6.0.0",
"yargs": "^5.0.0"
},
"license": "Apache-2.0",
"dependencies": {
"natives": "1.1.6"
}
}