change package name to scratch-audio

This commit is contained in:
Eric Rosenbaum 2017-01-06 10:02:28 -05:00
parent 10cd3a2c31
commit 9731a58f0b

View file

@ -1,5 +1,5 @@
{ {
"name": "scratch-audioengine", "name": "scratch-audio",
"version": "0.1.0", "version": "0.1.0",
"description": "audio engine for scratch 3.0", "description": "audio engine for scratch 3.0",
"main": "dist.js", "main": "dist.js",
@ -12,14 +12,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/LLK/scratch-audioengine.git" "url": "git+https://github.com/LLK/scratch-audio.git"
}, },
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"bugs": { "bugs": {
"url": "https://github.com/LLK/scratch-audioengine/issues" "url": "https://github.com/LLK/scratch-audio/issues"
}, },
"homepage": "https://github.com/LLK/scratch-audioengine#readme", "homepage": "https://github.com/LLK/scratch-audio#readme",
"devDependencies": { "devDependencies": {
"babel-core": "6.17.0", "babel-core": "6.17.0",
"babel-eslint": "7.0.0", "babel-eslint": "7.0.0",