mercury-examples
Version:
Package with examples and tutorials for the Mercury language
35 lines (34 loc) • 895 B
JSON
{
"name": "mercury-examples",
"version": "1.0.16",
"description": "Package with examples and tutorials for the Mercury language",
"main": "./dist/mercury-examples.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"data": "node build.js",
"dist": "mkdir dist && browserify -t brfs --standalone MercuryTutorialsExamples index.js | uglifyjs > dist/mercury-examples.js",
"build": "npm run clean && npm run data && npm run dist"
},
"keywords": [
"mercury",
"live",
"coding",
"creative",
"coding",
"algorithmic",
"composition",
"electronic",
"music",
"audiovisual"
],
"author": "Timo Hoogland",
"license": "ISC",
"devDependencies": {
"brfs": "^2.0.2",
"browserify": "^17.0.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"uglify-js": "^3.17.4"
}
}