forked from LeaVerou/css3patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.53 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
{
"name": "@jwillmer/pattern-component",
"version": "0.0.2",
"private": false,
"description": "CSS Pattern Component",
"homepage": "https://jwillmer.github.io/pattern-component/",
"author": "Jens Willmer",
"repository": {
"type": "git",
"url": "https://github.com/jwillmer/pattern-component.git"
},
"bugs": {
"url": "https://github.com/jwillmer/pattern-component/issues"
},
"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/css3pattern/css3pattern.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "1.12.2"
},
"license": " GPL-3.0",
"keywords": [
"pattern",
"profile picture",
"placeholder",
"component",
"stenciljs",
"stencil",
"angular",
"react",
"vue",
"vanillajs",
"pwa",
"progressive-web-app",
"progressive-web-apps",
"progressive web app",
"progressive web apps",
"web-component",
"web-components",
"web component",
"web components",
"mobile",
"desktop",
"ux",
"user experience",
"webcomponents"
]
}