@creenv/audio
Version:
load audio from different sources (file, microphone, soundcloud...), audio analysis (beat detection, frequency...)
91 lines (90 loc) • 2.57 kB
JSON
{
"name": "@creenv/audio",
"version": "0.5.3",
"description": "load audio from different sources (file, microphone, soundcloud...), audio analysis (beat detection, frequency...)",
"keywords": [
"creenv",
"audio",
"analysis",
"source",
"soundcloud",
"file",
"library",
"sound",
"music"
],
"license": "MIT",
"author": "Baptiste Crespy",
"homepage": "https://github.com/bcrespy/creenv-#readme",
"repository": {
"type": "git",
"url": "https://github.com/bcrespy/creenv-.git"
},
"bugs": {
"mail": "baptiste.crespy@gmail.com",
"url": "https://github.com/bcrespy/creenv-/issues"
},
"main": "index.js",
"files": [
"source",
"analyser.js",
"audio-analysed-data.js",
"audio-data.js",
"audio-data-history.js",
"index.js",
"manager.js",
"options.js",
"peak.js",
"stream.js"
],
"scripts": {
"clean": "",
"test": "cross-env NODE_ENV=test jest",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"test:cover": "cross-env NODE_ENV=test jest --coverage",
"prepublish": "npm run test && gulp move --gulpfile gulpfiles/gulpfile.js",
"postpublish": "gulp remove --gulpfile gulpfiles/gulpfile.js",
"start": "webpack-dev-server --config webpack/dev.config.js"
},
"peerDependencies": {},
"dependencies": {
"@creenv/easings": "0.0.1",
"@creenv/file-loader": "0.0.1",
"audiobuffer-to-wav": "^1.0.0",
"deepmerge": "^2.2.1",
"negative-index": "^1.0.3",
"soundcloud-audio": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@creenv/canvas": "^0.1.4",
"@creenv/core": "^0.1.3",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"brfs": "^2.0.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"css-loader": "^1.0.0",
"event-stream": "^4.0.1",
"file-loader": "^2.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"html-loader": "^0.5.5",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-plugin": "^3.2.0",
"jsdoc-to-markdown": "^4.0.1",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"watchify": "^3.11.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"jest": {
"testEnvironment": "node",
"transformIgnorePatterns": []
}
}