-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "yokoMono",
"version": "1.0.0",
"description": "An HTML5 Web Audio API Monophonic Synthesizer",
"main": "gulpfile.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jp1971/yokoMono.git"
},
"author": "jp1971",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/jp1971/yokoMono/issues"
},
"homepage": "https://github.com/jp1971/yokoMono",
"devDependencies": {},
"browser": {
"interface": "./node_modules/interface.js/build/interface.min.js"
},
"dependencies": {
"browserify": "^13.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"interface.js": "^0.3.1",
"lodash": "^4.6.1",
"lodash.assign": "^4.0.6",
"tunajs": "^0.4.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browserify-shim": {}
}