2016-10-13 14:54:07 -04:00
|
|
|
{
|
2017-01-06 10:02:28 -05:00
|
|
|
"name": "scratch-audio",
|
2016-10-13 14:54:07 -04:00
|
|
|
"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",
|
2016-10-13 15:26:30 -04:00
|
|
|
"lint": "eslint .",
|
|
|
|
"prepublish": "npm run build"
|
2016-10-13 14:54:07 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-06 10:02:28 -05:00
|
|
|
"url": "git+https://github.com/LLK/scratch-audio.git"
|
2016-10-13 14:54:07 -04:00
|
|
|
},
|
|
|
|
"author": "Massachusetts Institute of Technology",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
2017-01-06 10:02:28 -05:00
|
|
|
"url": "https://github.com/LLK/scratch-audio/issues"
|
2016-10-13 14:54:07 -04:00
|
|
|
},
|
2017-01-06 10:02:28 -05:00
|
|
|
"homepage": "https://github.com/LLK/scratch-audio#readme",
|
2016-10-13 14:54:07 -04:00
|
|
|
"devDependencies": {
|
2016-10-13 15:26:30 -04:00
|
|
|
"babel-core": "6.17.0",
|
|
|
|
"babel-eslint": "7.0.0",
|
|
|
|
"babel-loader": "6.2.5",
|
|
|
|
"babel-preset-es2015": "6.16.0",
|
|
|
|
"eslint": "3.7.1",
|
2016-10-13 15:35:25 -04:00
|
|
|
"json": "9.0.4",
|
2016-10-24 13:56:53 -04:00
|
|
|
"minilog": "^3.0.1",
|
2016-10-13 15:26:30 -04:00
|
|
|
"soundfont-player": "0.10.5",
|
2017-04-04 15:00:32 -04:00
|
|
|
"tone": "0.9.0",
|
2016-10-13 15:26:30 -04:00
|
|
|
"travis-after-all": "1.4.4",
|
|
|
|
"webpack": "1.13.2"
|
2016-10-26 16:44:35 -04:00
|
|
|
},
|
2016-11-07 17:28:13 -05:00
|
|
|
"dependencies": {}
|
2016-10-13 14:54:07 -04:00
|
|
|
}
|