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