2016-10-13 14:54:07 -04:00
|
|
|
{
|
|
|
|
"name": "scratch-audioengine",
|
|
|
|
"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",
|
|
|
|
"url": "git+https://github.com/LLK/scratch-audioengine.git"
|
|
|
|
},
|
|
|
|
"author": "Massachusetts Institute of Technology",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/LLK/scratch-audioengine/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/LLK/scratch-audioengine#readme",
|
|
|
|
"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",
|
|
|
|
"soundfont-player": "0.10.5",
|
|
|
|
"tone": "0.8.0",
|
|
|
|
"travis-after-all": "1.4.4",
|
|
|
|
"webpack": "1.13.2"
|
2016-10-13 14:54:07 -04:00
|
|
|
}
|
|
|
|
}
|