{ "name": "winamp2-js", "version": "1.0.0", "description": "Winamp 2 implemented in HTML5 and JavaScript", "main": "index.html", "scripts": { "lint": "eslint --ext js,jsx .", "build": "webpack --config=webpack.production.config.js", "serve": "webpack-dev-server", "weight": "npm run build && gzip-size built/winamp.js | pretty-bytes", "test": "jest && npm run lint", "tdd": "jest --watch", "deploy": "ssh jordaneldredge.com sh < deploy.sh", "revert": "ssh jordaneldredge.com sh < revert.sh" }, "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": "^17.0.0", "babel-loader": "^6.2.9", "babel-polyfill": "^6.20.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "css-loader": "^0.26.1", "eslint": "3.12.0", "eslint-plugin-react": "^6.8.0", "file-loader": "^0.9.0", "gzip-size-cli": "^1.0.0", "jest-cli": "^17.0.3", "pretty-bytes-cli": "^2.0.0", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^1.14.0", "webpack-dev-server": "^1.15.1" }, "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", "react": "^15.3.1", "react-dom": "^15.3.1", "react-redux": "^5.0.0", "redux": "^3.5.2", "redux-thunk": "^2.1.0" } }