-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 839 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
32
33
{
"name": "github-universe-2020-tutorial",
"version": "1.0.0",
"description": "Three.js Kinetic Type mini-tutorial for Github Universe",
"main": "main.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marioecg/github-universe-2020-tutorial.git"
},
"keywords": [
"threejs",
"kinetic",
"typography"
],
"author": "marioecg",
"license": "ISC",
"bugs": {
"url": "https://github.com/marioecg/github-universe-2020-tutorial/issues"
},
"homepage": "https://github.com/marioecg/github-universe-2020-tutorial#readme",
"dependencies": {
"parcel-bundler": "^1.12.4",
"three": "^0.122.0"
},
"devDependencies": {
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1"
}
}