-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 965 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
{
"name": "bms-renderer",
"version": "3.0.0",
"description": "Renders BMS and bmson files to 32bit float wav file (like BMx2WAV)",
"main": "render.js",
"scripts": {
"test": "mocha"
},
"bin": {
"bms-renderer": "./render.js"
},
"author": "Thai Pangsakulyanont <[email protected]> (http://dt.in.th/)",
"license": "MIT",
"optionalDependencies": {
"ffi-napi": "^2.4.5",
"ref-napi": "^1.4.2",
"ref-struct-di": "^1.1.0"
},
"dependencies": {
"bemuse-notechart": "^45.1.0",
"bluebird": "^3.3.3",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"semver": "^5.1.0",
"yargs": "^4.2.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bemusic/bms-renderer.git"
},
"bugs": {
"url": "https://github.com/bemusic/bms-renderer/issues"
},
"homepage": "https://github.com/bemusic/bms-renderer#readme"
}