-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 879 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
{
"name": "binauralmodeled",
"exports": "createBinauralModeled",
"version": "0.1.0",
"description": "Processing node which spatializes an incoming audio stream in three-dimensional space for binaural audio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arnau Julià <[email protected]>",
"license": "BSD-3",
"devDependencies": {
"grunt": "~0.4.2",
"browserify": "~3.32.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-uglify": "~0.4.0",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"grunt-mocha": "~0.4.10",
"grunt-blanket-mocha": "~0.4.0",
"grunt-blanket-mocha-server": "0.0.1",
"blanket": "~1.1.6",
"grunt-contrib-connect": "~0.7.1",
"snd-dep": "git+https://github.com/vectorsize/snd-dep.git#master"
},
"dependencies": {
"kdt": "^0.1.0"
}
}