-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "metastaseis",
"version": "0.1.0",
"description": "in browser audio wave editor, in the vein of audacity",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-styles": "stylus -u jeet -u nib --watch public/styles/* --out public",
"watch-js": "watchify -o public/bundle.js -v -d public/main.js",
"start": "npm run watch-styles & npm run watch-js & nodemon server.js"
},
"author": "meandave",
"license": "BSD",
"dependencies": {
"audio-fft": "^0.1.0",
"audiocontext": "^0.1.0",
"audiosource": "^0.1.1",
"drag-drop": "^2.0.0",
"draw-wave": "^1.0.0",
"encode-wav": "^0.1.0",
"gum": "0.0.1",
"hyperscript": "^1.4.2",
"merge-audio-buffers": "^1.0.0",
"raf": "^2.0.4",
"recorder.js": "^1.2.2",
"routes-router": "^4.1.1",
"st": "^0.5.2",
"stylus": "^0.49.3",
"webworkify": "^1.0.0"
},
"devDependencies": {
"jeet": "^6.1.2",
"nib": "^1.0.4",
"nodemon": "^1.2.1",
"watchify": "^2.2.1"
}
}