-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 932 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 932 Bytes
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
{
"name": "noteplayer",
"version": "1.2.1",
"description": "WebAudio musical audio note player",
"author": "laopunk",
"devDependencies": {
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.3",
"jsdoc": "^3.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"lodash": "^3.9.3"
},
"main": "src/notePlayer.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/laopunk/notePlayer.git"
},
"keywords": [
"audio",
"note",
"musical",
"WebAudio",
"module",
"javascript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/laopunk/notePlayer/issues"
},
"homepage": "https://github.com/laopunk/notePlayer"
}