{ "name": "winamp2-js", "version": "1.0.0", "description": "Winamp 2 implemented in HTML5 and JavaScript", "main": "index.html", "scripts": { "lint": "eslint .", "build": "webpack --config=webpack.production.config.js", "start": "webpack-dev-server", "weight": "npm run build && gzip-size built/winamp.js | pretty-bytes", "test": "jest --coverage", "travis-tests": "jest --coverage && npm run lint && npm run build", "tdd": "jest --watch", "deploy": "ssh jordaneldredge.com sh < deploy.sh", "revert": "ssh jordaneldredge.com sh < revert.sh", "format": "prettier --write js/**/*.js webpack.config.js webpack.production.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/captbaritone/winamp2-js.git" }, "keywords": [ "Winamp", "HTML5", "audio", "web-auido-api" ], "author": "Jordan Eldredge ", "license": "MIT", "bugs": { "url": "https://github.com/captbaritone/winamp2-js/issues" }, "homepage": "https://github.com/captbaritone/winamp2-js#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.21.0", "babel-jest": "^19.0.0", "babel-loader": "^6.2.9", "babel-polyfill": "^6.22.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "canvas-mock": "0.0.0", "css-loader": "^0.28.0", "eslint": "3.18.0", "eslint-config-prettier": "^1.5.0", "eslint-plugin-react": "6.10.3", "file-loader": "^0.10.0", "gzip-size-cli": "^2.0.0", "jest-cli": "^19.0.2", "prettier": "^0.22.0", "pretty-bytes-cli": "^2.0.0", "react-test-renderer": "^15.4.2", "style-loader": "^0.16.1", "travis-weigh-in": "^1.0.2", "url-loader": "^0.5.7", "webpack": "^2.2.0", "webpack-dev-server": "^2.3.0" }, "dependencies": { "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-plugin-transform-react-jsx": "^6.8.0", "cardinal-spline-js": "^2.3.6", "classnames": "^2.2.5", "jszip": "^2.6.0", "rc-slider": "^6.3.1", "react": "^15.3.1", "react-dom": "^15.4.2", "react-redux": "^5.0.2", "redux": "^3.5.2", "redux-thunk": "^2.1.0", "webpack": "^2.2.0" }, "jest": { "testRegex": "\\.test\\.js$", "moduleNameMapper": { "\\.css$": "/js/__mocks__/styleMock.js" } } }