-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"description": "Polymer-based web component for a D2L loading spinner",
"keywords": [
"d2l",
"polymer",
"loading"
],
"repository": {
"type": "git",
"url": "https://github.com/BrightspaceUI/loading-spinner.git"
},
"name": "d2l-loading-spinner",
"scripts": {
"lint": "npm run lint:wc && npm run lint:js",
"lint:js": "eslint . --ext .js,.html demo/**/*.html",
"lint:wc": "polymer lint --rules polymer-3",
"test": "npm run lint"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2",
"babel-eslint": "^10",
"eslint": "^6",
"eslint-config-brightspace": "^0.6.0",
"eslint-plugin-html": "^6",
"eslint-plugin-sort-class-members": "^1",
"polymer-cli": "^1"
},
"version": "7.4.1",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "d2l-loading-spinner.js",
"dependencies": {
"@brightspace-ui/core": "^1.17.0",
"@polymer/polymer": "^3.0.0"
}
}