-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
{
"name": "music-library",
"version": "0.0.2",
"description": "Manage a set of folders as a music library",
"main": "index.js",
"scripts": {
"test": "run-s test:*",
"test:deps": "dependency-check ./package.json",
"test:lint": "standard | snazzy",
"test:tape": "tape test/* | tap-format-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypermodules/music-library.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hypermodules/music-library/issues"
},
"homepage": "https://github.com/hypermodules/music-library#readme",
"dependencies": {
"byte-stream": "^2.1.0",
"bytewise": "^1.1.0",
"concurrent-writable": "^1.0.4",
"folder-walker": "^3.0.0",
"level": "^1.5.0",
"level-batch-stream": "^1.3.1",
"level-idx": "^1.0.0",
"musicmetadata": "^2.0.5",
"pump": "^1.0.2",
"subleveldown": "^2.1.0",
"through2": "^2.0.3",
"through2-filter": "^2.0.0",
"through2-map": "^3.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"dependency-check": "^2.7.0",
"npm-run-all": "^4.0.0",
"snazzy": "^6.0.0",
"standard": "^8.6.0",
"tape": "^4.6.3"
}
}