-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 781 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 781 Bytes
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
{
"name": "paper-datatable-api",
"description": "A material design implementation of a data table",
"version": "2.0.18",
"keywords": [
"web-component",
"web-components",
"polymer",
"datatable",
"grid",
"table"
],
"maintainers": [
{
"name": "Julien Rousseau - RoXuS",
"email": "",
"web": ""
}
],
"devDependencies": {
"babel-preset-es2015": "6.1.18",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"web-component-tester": "^6.0.0"
},
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp-babel": "^6.1.2"
}
}