-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1003 Bytes
/
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": "@odopod/odo-reveal",
"description": "Reveal elements on the page as they come into view.",
"version": "2.0.2",
"main": "dist/odo-reveal.js",
"module": "dist/odo-reveal.esm.js",
"style": "css/odo-reveal.css",
"odoModule": "src/reveal.js",
"sideEffects": false,
"author": "Odopod",
"contributors": [
{
"name": "Glen Cheney",
"email": "[email protected]"
}
],
"dependencies": {
"@odopod/odo-device": "^1.3.0",
"@odopod/odo-helpers": "^2.0.2",
"@odopod/odo-viewport": "^1.1.1"
},
"devDependencies": {
"@odopod/odo-responsive-images": "^1.2.0"
},
"homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-reveal",
"files": [
"css",
"dist",
"src"
],
"odoKeywords": [
"ui"
],
"keywords": [
"odo",
"odo-component",
"odopod",
"reveal",
"animation"
],
"license": "MIT",
"repository": "odopod/code-library",
"scripts": {
"test": "gulp code-quality test"
}
}