forked from BrightspaceUI/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.2 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
61
62
63
64
65
66
67
68
69
70
71
{
"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 && npm run build:iconsets",
"build:scss": "node ./cli/create-scss-cli -o icons.scss images/**/*.*",
"build:iconsets": "node ./cli/create-iconset-cli images/tier1 images/tier2 images/tier3 images/html-editor images/emoji",
"lint": "npm run lint:wc && npm run lint:js",
"lint:js": "eslint . --ext .js,.html test/**/*.js test/**/*.html demo/**/*.js demo/**/*.html",
"lint:wc": "polymer lint",
"test": "npm run lint && npm run build && npm run test:polymer:local",
"test:polymer:local": "polymer test --skip-plugin sauce",
"test:polymer:sauce": "polymer test --skip-plugin local"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BrightspaceUI/icons/issues"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.2.7",
"babel-eslint": "^10.0.1",
"chalk": "^1.1.1",
"d2l-typography": "BrightspaceUI/typography#semver:^7",
"eslint": "^4.15.0",
"eslint-config-brightspace": "^0.4.1",
"eslint-plugin-html": "^4.0.1",
"frau-ci": "^1.33.2",
"fs": "0.0.2",
"imagemin": "^4.0.0",
"images-to-variables": "^0.3.0",
"polymer-cli": "^1.9.6",
"q": "^1.4.1",
"through2": "^2.0.1",
"vinyl-fs": "^2.3.1",
"wct-browser-legacy": "^1.0.1",
"xml2js": "^0.4.16",
"yargs": "^4.1.0"
},
"version": "6.5.0",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "d2l-icons.js",
"dependencies": {
"d2l-colors": "BrightspaceUI/colors#semver:^4",
"@polymer/iron-iconset-svg": "^3.0.0",
"@polymer/polymer": "^3.0.0"
}
}