scratch-audio
Advanced tools
Comparing version 0.1.0-prerelease.1525799078 to 0.1.0-prerelease.1527803318
{ | ||
"name": "scratch-audio", | ||
"version": "0.1.0-prerelease.1525799078", | ||
"version": "0.1.0-prerelease.1527803318", | ||
"description": "audio engine for scratch 3.0", | ||
"main": "dist.js", | ||
"browser": "./src/index.js", | ||
"scripts": { | ||
@@ -23,14 +24,15 @@ "test": "npm run lint && npm run build", | ||
"homepage": "https://github.com/LLK/scratch-audio#readme", | ||
"dependencies": { | ||
"audio-context": "1.0.1", | ||
"minilog": "^3.0.1", | ||
"startaudiocontext": "1.2.1" | ||
}, | ||
"devDependencies": { | ||
"audio-context": "1.0.1", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.2", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-env": "^1.6.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-scratch": "^3.1.0", | ||
"json": "^9.0.6", | ||
"minilog": "^3.0.1", | ||
"soundfont-player": "0.10.5", | ||
"startaudiocontext": "1.2.1", | ||
"travis-after-all": "^1.4.4", | ||
@@ -37,0 +39,0 @@ "webpack": "^4.8.0", |
@@ -21,6 +21,11 @@ var path = require('path'); | ||
options: { | ||
presets: ['es2015'] | ||
presets: [['env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}]] | ||
} | ||
}] | ||
}, | ||
externals: { | ||
'audio-context': true, | ||
'minilog': true, | ||
'startaudiocontext': true | ||
} | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
444283
3
1899
+ Addedaudio-context@1.0.1
+ Addedminilog@^3.0.1
+ Addedstartaudiocontext@1.2.1
+ Addedaudio-context@1.0.1(transitive)
+ Addeddom-walk@0.1.2(transitive)
+ Addedglobal@4.4.0(transitive)
+ Addedmicroee@0.0.6(transitive)
+ Addedmin-document@2.19.0(transitive)
+ Addedminilog@3.1.0(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedstartaudiocontext@1.2.1(transitive)