nbs-reader
Version:
This package is a library that processes Note Block Studio nbs files in Note.js.
32 lines (31 loc) • 814 B
JSON
{
"name": "nbs-reader",
"version": "1.0.0",
"description": "This package is a library that processes Note Block Studio nbs files in Note.js.",
"main": "nbsreader.min.js",
"scripts": {
"test": "ava -v"
},
"ava": {
"files": [
"test/*.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/furenjich/nbs-reader.git"
},
"devDependencies": {
"ava": "^0.14.0",
"sinon": "^1.17.4"
},
"keywords": [
"nbs"
],
"author": "ramune-dev <ramunepvp@gmail.com> (https://gen3987.github.io/ramuneclient/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/furenjich/nbs-reader/issues"
},
"homepage": "https://github.com/furenjich/nbs-reader#readme"
}