forked from sirxemic/jquery.ripples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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": "jquery.ripples",
"version": "0.6.3",
"description": "Add a water ripple effect to background images using WebGL.",
"keywords": [
"jquery",
"jquery-plugin",
"water",
"ripples",
"WebGL",
"background",
"effect"
],
"scripts": {
"build": "rollup -c build/rollup.config.js",
"build-min": "rollup -c build/rollup.config-min.js",
"version": "npm run build && npm run build-min && git add -A dist",
"postversion": "git push && git push --tags"
},
"homepage": "https://sirxemic.github.io/jquery.ripples/",
"license": "MIT",
"author": {
"name": "Pim Schreurs",
"url": "https://sirxemic.com/",
"email": "[email protected]"
},
"main": "dist/jquery.ripples.js",
"repository": {
"type": "git",
"url": "https://github.com/sirxemic/jquery.ripples.git"
},
"peerDependencies": {
"jquery": ">=1.7.0"
},
"devDependencies": {
"rollup": "^0.45.1",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-uglify": "^2.0.1",
"jquery": ">=1.7.0"
},
"dependencies": {},
"files": [
"dist",
"README.md"
]
}