-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.46 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
{
"name": "@redtea/always-avatar",
"version": "1.0.0-beta.3",
"description": "Generate a nice replacement of avatar for you using, for example, a username or email",
"author": "Kirill Khoroshilov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/org-redtea/always-avatar"
},
"keywords": [
"web-component",
"web",
"component",
"components",
"ui-components",
"avatar",
"text-avatar",
"generate-avatar",
"generate",
"avatar-replacement",
"no-avatar",
"placeholder",
"avatar-placeholder",
"react",
"vue",
"angular",
"profile",
"image",
"photo",
"ui",
"lib"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/always-avatar/always-avatar.js",
"files": [
"dist/",
"loader/",
"docs/",
"readme.md",
"readme-ru.md"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"devDependencies": {
"@stencil/core": "^1.0.7",
"jsdom": "15.1.1",
"rimraf": "2.6.3",
"svg-path-bounds": "1.0.1",
"svgpath": "2.2.2"
},
"license": "MIT"
}