-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1001 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "scalesapi",
"version": "1.1.3",
"description": "A library to easily get information from musical scales",
"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/scalesAPI.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/laopunk/scalesAPI.git"
},
"keywords": [
"audio",
"chord",
"note",
"scale",
"scales",
"musical",
"music",
"WebAudio",
"module",
"javascript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/laopunk/scalesAPI/issues"
},
"homepage": "https://github.com/laopunk/scalesAPI"
}