-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "gl-audio-analyser",
"version": "1.0.3",
"description": "Pull audio waveform/frequency data into WebGL for realtime audio visualisation!",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "budo demo/index.js:bundle.js --live -- --transform glslify",
"bundle": "browserify demo/index.js --transform glslify > bundle.js"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"gl-texture2d": "^2.0.8",
"ndarray": "^1.0.16",
"web-audio-analyser": "^2.0.0"
},
"devDependencies": {
"gl-shader": "^4.2.0",
"a-big-triangle": "^1.0.0",
"browserify": "^8.1.3",
"budo": "^7.1.0",
"canvas-fit": "^1.2.0",
"gl-context": "^0.1.1",
"glslify": "^5.0.2",
"soundcloud-badge": "0.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-audio-analyser.git"
},
"keywords": [
"ecosystem:stackgl"
],
"homepage": "https://github.com/stackgl/gl-audio-analyser",
"bugs": {
"url": "https://github.com/stackgl/gl-audio-analyser/issues"
}
}