-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "@fabricelements/skeleton-focal",
"description": "Focal point for your images",
"version": "3.0.0",
"license": "BSD-3-Clause",
"main": "skeleton-focal.js",
"author": "The FabricElements Authors",
"keywords": [
"web-components",
"polymer",
"media",
"FabricElements",
"focal point"
],
"repository": {
"type": "git",
"url": "git@github.com:FabricElements/skeleton-focal.git"
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-google": "^0.9.1",
"eslint-plugin-html": "^3.2.1",
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"wct-browser-legacy": "^0.0.1-pre.11",
"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/iron-test-helpers": "^3.0.0-pre.18"
},
"scripts": {
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"test": "polymer test",
"test:integration": "polymer build # test that psk builds without error with the CLI",
"update-types": "gen-typescript-declarations --deleteExisting --outDir ."
},
"dependencies": {
"@polymer/gen-typescript-declarations": "^1.2.2",
"@polymer/iron-image": "^3.0.0-pre.18",
"@polymer/polymer": "^3.0.0",
"gulp": "^3.9.1"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "2.0.0-beta.2"
}
}