-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 931 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
{
"name": "music2sql",
"author": "Matthias Leitner (http://matthiasleitner.com)",
"description": "Module for reading metadata from audio files and storing it into a SQL database",
"homepage": "https://github.com/matthiasleitner/music2sql",
"repository": {
"type": "git",
"url": "https://github.com/matthiasleitner/music2sql.git"
},
"engines": {
"node": ">=0.8.0"
},
"version": "0.0.1",
"devDependencies": {
"coffee-script": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "lib/music2sql.js",
"dependencies" :
{
"musicmetadata": "*",
"mysql" : "*",
"sequelize" : "*",
"coffee-script": "*",
"xml2js" : "*",
"request" : "*",
"async" : "*"
},
"keywords": [
"mysql",
"sql",
"coffee-script",
"music",
"id3",
"albumart",
"mbid",
"audio",
"library"
]
}