{ "name": "webamp", "version": "1.3.0-beta.2", "description": "Winamp 2 implemented in HTML5 and JavaScript", "main": "built/webamp.bundle.js", "files": [ "built/webamp.bundle.js", "built/webamp.bundle.min.js", "built/webamp-lazy.bundle.js", "built/webamp-lazy.bundle.min.js" ], "scripts": { "lint": "eslint .", "type-check": "tsc", "build": "webpack --config=demo/config/webpack.prod.js", "build-library": "webpack --config=config/webpack.library.js", "prepublishOnly": "npm run build-library", "serve": "http-server ./built", "start": "webpack-dev-server --open --config=demo/config/webpack.dev.js", "stats": "webpack --config=demo/config/webpack.prod.js --json > stats.json", "stats-library": "webpack --config=config/webpack.library.js --json > stats.json", "weight": "npm run build-library > /dev/null && gzip-size built/webamp.bundle.min.js", "test": "jest --projects config/jest.unit.js config/jest.eslint.js", "travis-tests": "npm run test && npm run type-check && npm run build && npm run build-library", "tdd": "jest --projects config/jest.unit.js --watch", "format": "prettier --write **/*.js **/*.ts **/*.tsx **/*.d.ts **/*.css", "integration-tests": "npm run build -- --display=errors-only && jest --projects config/jest.integration.js", "build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .", "build-skin-png": "rm skins/base-2.91-png.wsz && cd skins/base-2.91-png && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91-png.wsz .", "compile-skin": "node scripts/compileSkin.js > css/base-skin.css", "skin-info": "unzip -vl skins/base-2.91.wsz", "build-presets": "node scripts/parsePresetFiles.js > presets/builtin.json" }, "repository": { "type": "git", "url": "git+https://github.com/captbaritone/webamp.git" }, "keywords": [ "Winamp", "HTML5", "audio", "web-audio-api" ], "author": "Jordan Eldredge ", "license": "MIT", "bugs": { "url": "https://github.com/captbaritone/webamp/issues" }, "homepage": "https://github.com/captbaritone/webamp/", "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-modules-commonjs": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.0.0", "@babel/runtime": "^7.0.0", "@types/classnames": "^2.2.6", "@types/invariant": "^2.2.29", "@types/jest": "^23.3.2", "@types/lodash": "^4.14.116", "@types/rc-slider": "^8.6.0", "@types/react": "^16.4.18", "@types/react-dom": "^16.0.9", "@types/react-redux": "^6.0.9", "@types/webaudioapi": "^0.0.27", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^9.0.0-beta.3", "babel-jest": "^23.4.2", "babel-loader": "^8.0.4", "butterchurn": "^2.6.1", "butterchurn-presets": "^2.4.7", "canvas-mock": "0.0.0", "classnames": "^2.2.5", "copy-webpack-plugin": "^4.6.0", "css-loader": "^1.0.1", "eslint": "4.16.0", "eslint-config-prettier": "^2.3.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-no-constructor-bind": "^1.2.1", "eslint-plugin-prettier": "^2.2.0", "eslint-plugin-react": "^7.7.0", "file-loader": "^2.0.0", "git-revision-webpack-plugin": "^3.0.3", "gzip-size-cli": "^2.0.0", "html-webpack-inline-svg-plugin": "^1.2.4", "html-webpack-plugin": "^3.2.0", "http-server": "^0.11.1", "idb-kv-store": "^4.4.0", "invariant": "^2.2.3", "jest": "^23.5.0", "jest-image-snapshot": "^2.4.1", "jest-mock-random": "^1.0.2", "jest-puppeteer": "^3.0.1", "jest-runner-eslint": "^0.4.0", "jszip": "^3.1.3", "lodash": "^4.17.11", "milkdrop-preset-converter-aws": "^0.1.6", "music-metadata-browser": "^0.6.1", "prettier": "^1.15.3", "prop-types": "^15.5.10", "puppeteer": "^1.4.0", "raven-for-redux": "^1.3.1", "raven-js": "^3.19.1", "rc-slider": "^8.1.5", "react": "^16.7.0-alpha.0", "react-dom": "^16.7.0-alpha.0", "react-redux": "^5.0.7", "react-test-renderer": "^16.7.0-alpha.0", "redux": "^4.0.0", "redux-devtools-extension": "^2.13.2", "redux-thunk": "^2.1.0", "reselect": "^3.0.1", "screenfull": "^3.3.2", "style-loader": "^0.23.1", "tinyqueue": "^1.2.3", "travis-weigh-in": "^1.0.2", "typescript": "^3.2.2", "uglifyjs-webpack-plugin": "^1.2.5", "unminified-webpack-plugin": "^2.0.0", "url-loader": "^1.1.2", "webpack": "^4.26.0", "webpack-bundle-analyzer": "^3.0.3", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10", "webpack-merge": "^4.1.2", "webpack-pwa-manifest": "^3.7.1", "winamp-eqf": "^1.0.0", "workbox-webpack-plugin": "^3.6.3" }, "jest": { "globalSetup": "jest-environment-puppeteer/setup", "globalTeardown": "jest-environment-puppeteer/teardown", "projects": [ "config/jest.*.js" ] }, "prettier": {}, "dependencies": { "stereo-panner-node": "^1.4.0" } }