-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 Bytes
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
{
"name": "@theoutfit/fadable",
"version": "3.0.4",
"description": "Fade in elements as they move into view, at both the bottom and top of the viewport.",
"main": "dist/fadable.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "npm run clean && rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fromtheoutfit/fadable.git"
},
"keywords": [
"fade-in",
"fade-out",
"fade",
"fades"
],
"author": "The Outfit, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/fromtheoutfit/fadable/issues"
},
"homepage": "https://github.com/fromtheoutfit/fadable/#readme",
"devDependencies": {
"rollup": "^4.6.1",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist"
]
}