UNPKG

@squarebit/continuo

Version:

Select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.

63 lines (62 loc) 1.61 kB
{ "name": "@squarebit/continuo", "version": "2.1.4", "description": "Select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.", "main": "./lib/js/index.js", "scripts": { "build": "babel src --out-dir lib && gulp default", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "npm run build" }, "keywords": [ "Music notation", "addressing", "selection", "highlight" ], "author": "Raff Viglianti, University of Maryland", "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/register": "^7.16.0", "babelify": "10.0.0", "browserify": "^17.0.0", "fancy-log": "1.3.3", "gulp": "4.0.2", "gulp-autoprefixer": "8.0.0", "gulp-connect": "5.7.0", "gulp-cssnano": "2.1.3", "gulp-rename": "2.0.0", "gulp-sass": "5.0.0", "gulp-sourcemaps": "3.0.0", "gulp-uglify": "3.0.2", "sass": "^1.43.4", "vinyl-buffer": "1.0.1", "vinyl-source-stream": "2.0.0" }, "dependencies": { "@xmldom/xmldom": "^0.7.5", "backbone": "1.4.0", "handlebars": "4.7.7", "jquery": "^3.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/square-bit/continuo.git" }, "babel": { "presets": [ "@babel/preset-env" ] }, "bugs": { "url": "https://github.com/square-bit/continuo/issues" }, "homepage": "https://github.com/square-bit/continuo#readme", "directories": { "lib": "lib", "test": "tests" } }