-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "@mechanic-design/engine-canvas",
"version": "2.0.0-beta.11",
"description": "Mechanic engine that powers the Canvas API.",
"license": "MIT",
"homepage": "https://github.com/designsystemsinternational/mechanic#readme",
"repository": {
"type": "git",
"url": "https://github.com/designsystemsinternational/mechanic",
"directory": "packages/engine-canvas"
},
"bugs": {
"url": "https://github.com/designsystemsinternational/mechanic/issues",
"email": "[email protected]"
},
"author": {
"name": "Rune Skjoldborg Madsen",
"email": "[email protected]",
"url": "https://designsystems.international"
},
"contributors": [
{
"name": "Fernando Florenzano Hernández",
"email": "[email protected]",
"url": "https://designsystems.international"
},
{
"name": "Martin Bravo",
"email": "[email protected]",
"url": "https://designsystems.international"
}
],
"files": [
"index.js"
],
"type": "module",
"exports": "./index.js",
"dependencies": {
"@mechanic-design/core": "^2.0.0-beta.11"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"gitHead": "123dc6a0f0532663d411bb9cf1b99271e185436f"
}