-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "wx-wow",
"version": "0.1.0",
"description": "A CSS animation library is displayed when scrolling down the page.This project provides a convenient and easy-to-use animation implementation scheme for wechat Mini Program. By adding a simple animation class name and some simple parameters, the desired animation effect can be achieved.",
"miniprogram": "dist",
"main": "./index.js",
"files": [
"src"
],
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git@github.com:Five-great/wx-wow.git"
},
"keywords": [
"wow",
"wx",
"WeChat",
"mini programs",
"animation",
"css",
"微信",
"小程序",
"动效库"
],
"author": "Li Hailong",
"license": "MIT"
}