forked from vaneenige/scroll-transitions-webgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 758 Bytes
/
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
{
"name": "scroll-transitions-webgl",
"version": "1.0.0",
"description": "WebGL based transitions on scroll",
"scripts": {
"start": "http-server . --silent & $npm_execpath run watch",
"watch": "microbundle watch --format umd --entry src/index.js --output js/bundle.js --external all --sourcemap false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaneenige/scroll-transitions-webgl.git"
},
"author": {
"name": "Colin van Eenige",
"email": "cvaneenige@gmail.com",
"url": "https://use-the-platform.com"
},
"files": [
"src",
"dist"
],
"keywords": [
"codrops",
"webgl",
"demo"
],
"devDependencies": {
"http-server": "^0.11.1",
"microbundle": "^0.11.0"
}
}