UNPKG

864 BJSONView Raw
1{
2 "name": "musicjson2abc",
3 "version": "0.4.1",
4 "description": "A command-line tool to convert musicJSON to abc notation.",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha --reporter spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/freakimkaefig/musicjson2abc.git"
12 },
13 "keywords": [
14 "musicJSON",
15 "abc",
16 "converter"
17 ],
18 "author": "Lukas Lamm <lukas.lamm89@gmail.com>",
19 "license": "MIT",
20 "bin": {
21 "musicjson2abc": "./bin/musicjson2abc"
22 },
23 "bugs": {
24 "url": "https://github.com/freakimkaefig/musicjson2abc/issues"
25 },
26 "dependencies": {
27 "chalk": "~1.1.1",
28 "commander": "~2.9.0",
29 "fs": "0.0.2",
30 "path": "^0.12.7"
31 },
32 "devDependencies": {
33 "chai": "^3.5.0",
34 "jsdoc": "^3.4.0",
35 "mocha": "^2.4.5"
36 },
37 "engines": {
38 "node": ">=5.1.0"
39 }
40}