-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 914 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
{
"name": "music-similarity",
"version": "0.1.0",
"description": "Module that provides similarity information for music tracks",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peermusic/music-similarity.git"
},
"keywords": [
"music",
"similarity"
],
"author": "https://github.com/peermusic/",
"license": "MIT",
"bugs": {
"url": "https://github.com/peermusic/music-similarity/issues"
},
"homepage": "https://github.com/peermusic/music-similarity#readme",
"dependencies": {
"async": "^1.5.0",
"in-memory-storage": "git+https://github.com/peermusic/in-memory-storage.git",
"rusha": "0.8.*",
"secure-client-server-messaging": "git+https://github.com/peermusic/secure-client-server-messaging.git",
"xhr": "^2.2.0"
},
"devDependencies": {
"standard": "^5.4.1"
}
}