Tone.js/package.json

100 lines
3.3 KiB
JSON
Raw Normal View History

{
"name": "tone",
2019-04-12 14:37:47 +00:00
"version": "14.0.0",
2014-09-11 03:42:17 +00:00
"description": "A Web Audio framework for making interactive music in the browser.",
2015-03-09 14:48:03 +00:00
"main": "build/Tone.js",
2015-03-03 17:06:52 +00:00
"files": [
2018-05-19 17:12:01 +00:00
"README.md",
2018-08-23 04:18:20 +00:00
"LICENSE.md",
"build/Tone.js.map",
"build/Tone.js",
"tone.d.ts",
"Tone"
2015-03-03 17:06:52 +00:00
],
"scripts": {
2018-08-23 04:18:20 +00:00
"build": "npm run increment && npm run collect:deps && webpack -p --env.production",
"codecov": "codecov",
"collect": "npm run collect:deps",
2018-08-23 04:18:20 +00:00
"collect:deps": "node scripts/collect_deps.js",
"collect:tests": "node scripts/collect_tests.js --file $npm_config_file --dir $npm_config_dir",
"increment": "node scripts/increment_version.js",
"karma": "karma start scripts/karma.conf.js --single-run --grep $npm_config_grep",
"karma:watch": "karma start scripts/karma.conf.js --auto-watch --browsers OnlineChrome --grep $npm_config_grep",
2019-06-17 18:03:52 +00:00
"lint:fix": "tslint --project tslint.json --fix",
2018-08-23 04:18:20 +00:00
"scratch": "webpack -w --env.scratch --mode=development",
"test": "npm run karma",
2018-08-23 04:18:20 +00:00
"test:watch": "npm run collect:tests && npm run karma:watch",
"test:browser": "npm run collect:tests && concurrently \"webpack -w --mode=development --env.test\" \"http-server -p 9090 -c-1\" \"open http://localhost:9090/build/test.html\"",
2018-07-30 03:49:37 +00:00
"test:travis": "npm run build && npm run lint && npm run test",
2018-08-26 23:43:28 +00:00
"test:html": "mocha ./test/html/testHTML.js --timeout 30000",
"test:node": "node ./test/html/node_test.js",
"tsd": "node ./scripts/generate_docs.js",
2019-04-12 14:37:47 +00:00
"lint": "tslint --project tslint.json",
"tsc:watch": "tsc --watch",
"watch:old": "npm run increment && npm run collect:deps && webpack -w --env.production --mode=development",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
2015-08-10 18:41:39 +00:00
"url": "https://github.com/Tonejs/Tone.js.git"
},
"keywords": [
2014-09-11 18:12:42 +00:00
"Web Audio",
"Web Audio API",
"Synthesis",
"Playback",
"Effect",
2014-09-11 18:12:42 +00:00
"Instrument",
"DSP",
2015-03-03 17:06:52 +00:00
"Signal Processing",
"Interactive Music"
],
2018-08-23 04:18:20 +00:00
"author": "Yotam Mann (https://yotammann.info/)",
"license": "MIT",
"bugs": {
2015-08-10 18:41:39 +00:00
"url": "https://github.com/Tonejs/Tone.js/issues"
},
"devDependencies": {
2018-05-19 16:17:23 +00:00
"@babel/polyfill": "^7.0.0-beta.47",
2019-06-19 19:51:56 +00:00
"@tonejs/plot": "0.0.22",
2019-04-12 14:37:47 +00:00
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/ua-parser-js": "^0.7.32",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0",
2018-05-19 16:17:23 +00:00
"audiobuffer-to-wav": "^1.0.0",
2019-04-12 14:37:47 +00:00
"chai": "^1.10.0",
"codecov": "^3.1.0",
"concurrently": "^3.5.1",
2019-02-15 18:02:49 +00:00
"eslint": "^5.13.0",
2019-01-08 05:16:54 +00:00
"eslint-plugin-html": "^5.0.0",
2018-05-19 16:17:23 +00:00
"fft-js": "0.0.11",
2018-05-18 17:24:27 +00:00
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
2018-06-20 14:37:49 +00:00
"http-server": "^0.11.1",
"istanbul-instrumenter-loader": "^3.0.1",
2019-06-19 19:54:15 +00:00
"jsdoc": "^3.6.2",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
2019-06-18 01:49:23 +00:00
"karma-spec-reporter": "0.0.32",
2019-04-12 14:37:47 +00:00
"karma-typescript": "^4.0.0",
"mocha": "^5.1.1",
2018-06-20 14:37:49 +00:00
"proxy-polyfill": "^0.2.0",
2018-05-18 16:43:54 +00:00
"semver": "^5.5.0",
2018-05-19 16:17:23 +00:00
"teoria": "^2.5.0",
"tsd-jsdoc": "^2.1.2",
2019-04-12 14:37:47 +00:00
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
2019-06-19 21:25:14 +00:00
"ua-parser-js": "^0.7.20",
"webpack": "^4.6.0",
2019-02-15 18:02:49 +00:00
"webpack-cli": "^3.1.2",
"yargs": "^13.2.0"
2019-01-08 16:34:42 +00:00
},
"dependencies": {}
}