-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 837 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
{
"name": "convert-wma-m4a-wav-to-mp3-online",
"version": "0.2.0",
"description": "Convert wma, m4a, wav to mp3 online",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IvanRave/convert-wma-m4a-wav-to-mp3-online.git"
},
"author": "IvanRave",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.x",
"direct-upload-s3": "https://github.com/IvanRave/direct-upload-s3",
"express": "4.x",
"media-encoder": "https://github.com/IvanRave/media-encoder"
},
"bugs": {
"url": "https://github.com/IvanRave/convert-wma-m4a-wav-to-mp3-online/issues"
},
"homepage": "http://reyvart.com/convert-wma-m4a-wav-to-mp3-online",
"devDependencies": {
"gh-pages": "^0.11.0"
}
}