-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
34
35
36
{
"name": "forrest-of-notes",
"version": "1.0.0",
"description": "A visualization of a notebook as a forrest",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chromoboto/Forrest-of-Notes.git"
},
"keywords": [
"forrest",
"notes",
"Noah",
"Trueblood"
],
"author": "Noah Trueblood",
"license": "MIT",
"bugs": {
"url": "https://github.com/chromoboto/Forrest-of-Notes/issues"
},
"homepage": "https://github.com/chromoboto/Forrest-of-Notes#readme",
"devDependencies": {
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"gl-mat4": "^1.2.0",
"gl-vec3": "^1.1.3",
"mouse-position": "^2.1.0",
"mouse-pressed": "^1.0.0",
"regl": "^1.3.9"
}
}