-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "carbon-neos-loadinganimation",
"description": "Loading animation for Neos UI",
"main": "src/index.mjs",
"module": "src/index.mjs",
"exports": {
".": {
"require": null,
"import": "./src/index.mjs"
},
"./LoadingWithClassNames": {
"require": null,
"import": "./src/LoadingWithClassNames.jsx"
},
"./LoadingWithStyles": {
"require": null,
"import": "./src/LoadingWithStyles.jsx"
},
"./LoadingWithStyleX": {
"require": null,
"import": "./src/LoadingWithStyleX.jsx"
}
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/CarbonPackages/Carbon.NeosUi.LoadingAnimation.git"
},
"keywords": [
"neos",
"animation",
"JavaScript",
"React"
],
"author": "Jon Uhlmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarbonPackages/Carbon.NeosUi.LoadingAnimation/issues"
},
"homepage": "https://github.com/CarbonPackages/Carbon.NeosUi.LoadingAnimation#readme",
"peerDependencies": {
"@neos-project/neos-ui-extensibility": "^8.3.0 || ^9.0.0"
}
}