-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 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
43
44
45
46
47
48
{
"name": "wavepot",
"version": "1.0.2",
"main": "wavepot.js",
"bin": "bin/wavepot",
"description": "wavepot on the terminal",
"author": "stagas",
"license": "MIT",
"dependencies": {
"babel-preset-latest": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"commander": "^2.9.0",
"concat-stream": "^1.5.2",
"debounce": "github:stagas/debounce",
"electron": "^1.3.5",
"through2": "^2.0.1",
"watchify": "^3.7.0"
},
"devDependencies": {
"envelope": "github:opendsp/envelope",
"note": "github:opendsp/note",
"osc": "github:opendsp/osc",
"sampler": "github:opendsp/sampler"
},
"directories": {
"bin": "bin",
"example": "example",
"lib": "lib"
},
"keywords": [
"wavepot",
"audio",
"music",
"algorave"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavepot/wavepot-cli.git"
},
"bugs": {
"url": "https://github.com/wavepot/wavepot-cli/issues"
},
"homepage": "https://github.com/wavepot/wavepot-cli#readme"
}