mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
37 lines
980 B
JSON
37 lines
980 B
JSON
{
|
|
"name": "scratch-audio",
|
|
"version": "0.1.0",
|
|
"description": "audio engine for scratch 3.0",
|
|
"main": "dist.js",
|
|
"scripts": {
|
|
"test": "npm run lint && npm run build",
|
|
"build": "webpack --bail",
|
|
"watch": "webpack --watch",
|
|
"lint": "eslint .",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LLK/scratch-audio.git"
|
|
},
|
|
"author": "Massachusetts Institute of Technology",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/LLK/scratch-audio/issues"
|
|
},
|
|
"homepage": "https://github.com/LLK/scratch-audio#readme",
|
|
"devDependencies": {
|
|
"babel-core": "6.22.1",
|
|
"babel-eslint": "7.1.1",
|
|
"babel-loader": "6.2.10",
|
|
"babel-preset-es2015": "6.22.0",
|
|
"eslint": "3.14.1",
|
|
"json": "9.0.4",
|
|
"minilog": "^3.0.1",
|
|
"soundfont-player": "0.10.5",
|
|
"tone": "0.9.0",
|
|
"travis-after-all": "1.4.4",
|
|
"webpack": "2.2.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|