-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 900 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
{
"name": "ra-widgets-animate",
"version": "2.0",
"description": "Animate widgets and Gutenberg blocks using USAL.js library.",
"keywords": [
"animation",
"siteorigin-page-builder",
"gutenberg-blocks",
"animate-on-scroll",
"gutenberg"
],
"author": "Rotsen Mark Acob",
"license": "GPL-2.0",
"dependencies": {
"usal": "^1.3.1"
},
"devDependencies": {
"esbuild": "^0.27.3",
"esbuild-plugin-copy": "^2.1.1"
},
"main": "build.js",
"repository": "git+ssh://git@github.com/webdevsuperfast/ra-widgets-animate.git",
"private": true,
"bugs": {
"url": "https://github.com/webdevsuperfast/ra-widgets-animate/issues"
},
"homepage": "https://github.com/webdevsuperfast/ra-widgets-animate#readme",
"scripts": {
"build": "node build.js",
"watch": "node build.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
}
}