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",
|
2018-04-30 13:06:40 -04:00
|
|
|
"browser": "./src/index.js",
|
2016-10-13 14:54:07 -04:00
|
|
|
"scripts": {
|
2018-06-08 11:18:05 -04:00
|
|
|
"test": "npm run lint && npm run tap && npm run build",
|
2016-10-13 14:54:07 -04:00
|
|
|
"build": "webpack --bail",
|
|
|
|
"watch": "webpack --watch",
|
2016-10-13 15:26:30 -04:00
|
|
|
"lint": "eslint .",
|
2018-06-08 11:18:05 -04:00
|
|
|
"tap": "tap test/effects/*.js test/*.js",
|
2016-10-13 15:26:30 -04:00
|
|
|
"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",
|
2018-04-30 13:06:40 -04:00
|
|
|
"dependencies": {
|
2017-07-25 10:06:53 -04:00
|
|
|
"audio-context": "1.0.1",
|
2018-04-30 13:06:40 -04:00
|
|
|
"minilog": "^3.0.1",
|
2018-06-07 22:17:05 -04:00
|
|
|
"startaudiocontext": "1.2.1"
|
2018-04-30 13:06:40 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-17 11:11:06 -04:00
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-eslint": "^7.2.2",
|
2018-05-07 12:40:37 -04:00
|
|
|
"babel-loader": "^7.1.4",
|
2018-05-07 12:42:54 -04:00
|
|
|
"babel-preset-env": "^1.6.1",
|
2017-04-17 11:11:06 -04:00
|
|
|
"eslint": "^3.19.0",
|
2017-04-17 11:20:53 -04:00
|
|
|
"eslint-config-scratch": "^3.1.0",
|
2018-05-07 12:40:37 -04:00
|
|
|
"webpack": "^4.8.0",
|
2018-06-07 22:17:05 -04:00
|
|
|
"webpack-cli": "^2.0.15",
|
|
|
|
"tap": "^12.0.1"
|
2017-04-17 11:11:06 -04:00
|
|
|
}
|
2016-10-13 14:54:07 -04:00
|
|
|
}
|