-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
60 lines (60 loc) · 1.51 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
{
"description": "SVG images, Polymer iron-iconset collections and SASS mixins for D2L icons",
"keywords": [
"d2l",
"ui",
"icons",
"scss",
"sass",
"mixins",
"polymer",
"web component"
],
"repository": {
"type": "git",
"url": "https://github.com/BrightspaceUI/icons.git"
},
"homepage": "https://github.com/BrightspaceUI/icons",
"name": "d2l-icons",
"scripts": {
"build": "npm run build:scss",
"build:scss": "node ./cli/create-scss-cli -o icons.scss images/**/*.*",
"lint": "npm run lint:js",
"lint:js": "eslint . --ext .js,.html demo/**/*.js demo/**/*.html",
"test": "npm run lint && npm run build"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BrightspaceUI/icons/issues"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2",
"babel-eslint": "^10",
"chalk": "^1.1.1",
"eslint": "^6",
"eslint-config-brightspace": "^0.6",
"eslint-plugin-html": "^6",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1",
"fs": "0.0.2",
"images-to-variables": "^0.3.0",
"lit-element": "^2",
"polymer-cli": "^1.9.6",
"q": "^1.4.1",
"through2": "^2.0.1",
"vinyl-fs": "^2.3.1",
"yargs": "^4.1.0"
},
"version": "6.8.2",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "d2l-icons.js",
"dependencies": {
"@brightspace-ui/core": "^1"
}
}