2015-12-13 23:45:29 +00:00
|
|
|
{
|
|
|
|
"name": "winamp2-js",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
2016-05-03 03:26:25 +00:00
|
|
|
"main": "index.html",
|
2015-12-13 23:45:29 +00:00
|
|
|
"scripts": {
|
2017-01-18 01:51:21 +00:00
|
|
|
"lint": "eslint .",
|
2016-08-02 04:57:04 +00:00
|
|
|
"build": "webpack --config=webpack.production.config.js",
|
2017-09-09 20:35:54 +00:00
|
|
|
"serve": "python -m SimpleHTTPServer 8000",
|
2017-03-24 17:52:59 +00:00
|
|
|
"start": "webpack-dev-server",
|
2017-06-25 20:42:57 +00:00
|
|
|
"weight": "npm run build && gzip-size built/winamp.js",
|
2017-01-17 23:18:40 +00:00
|
|
|
"test": "jest --coverage",
|
2017-01-14 05:53:34 +00:00
|
|
|
"travis-tests": "jest --coverage && npm run lint && npm run build",
|
2016-09-29 15:15:46 +00:00
|
|
|
"tdd": "jest --watch",
|
2017-08-18 04:16:16 +00:00
|
|
|
"deploy": "ssh jordaneldredge.com HASH=$HASH sh < deploy.sh",
|
2017-03-20 23:14:15 +00:00
|
|
|
"revert": "ssh jordaneldredge.com sh < revert.sh",
|
2017-09-21 14:09:57 +00:00
|
|
|
"format":
|
|
|
|
"prettier --write js/**/*.js css/**/*.css webpack.config.js webpack.production.config.js"
|
2015-12-13 23:45:29 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/captbaritone/winamp2-js.git"
|
|
|
|
},
|
2017-09-21 14:09:57 +00:00
|
|
|
"keywords": ["Winamp", "HTML5", "audio", "web-auido-api"],
|
2015-12-13 23:45:29 +00:00
|
|
|
"author": "Jordan Eldredge <jordan@jordaneldredge.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/captbaritone/winamp2-js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/captbaritone/winamp2-js#readme",
|
|
|
|
"devDependencies": {
|
2016-08-31 23:38:57 +00:00
|
|
|
"babel-cli": "^6.14.0",
|
2016-12-16 22:13:32 +00:00
|
|
|
"babel-core": "^6.21.0",
|
2017-06-28 03:46:43 +00:00
|
|
|
"babel-loader": "^7.1.1",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
2017-01-28 17:10:48 +00:00
|
|
|
"babel-polyfill": "^6.22.0",
|
2016-07-07 01:06:43 +00:00
|
|
|
"babel-preset-react": "^6.11.1",
|
2017-01-14 05:11:12 +00:00
|
|
|
"canvas-mock": "0.0.0",
|
2017-06-28 23:56:25 +00:00
|
|
|
"css-loader": "^0.28.4",
|
2017-09-08 03:29:59 +00:00
|
|
|
"eslint": "4.6.1",
|
2017-08-28 23:43:43 +00:00
|
|
|
"eslint-config-prettier": "^2.3.0",
|
|
|
|
"eslint-plugin-prettier": "^2.2.0",
|
2017-09-08 03:29:59 +00:00
|
|
|
"eslint-plugin-react": "7.3.0",
|
2017-03-31 10:03:09 +00:00
|
|
|
"file-loader": "^0.11.0",
|
2017-02-03 16:31:09 +00:00
|
|
|
"gzip-size-cli": "^2.0.0",
|
2017-09-12 00:12:06 +00:00
|
|
|
"jest-cli": "^21.0.2",
|
2017-09-21 14:09:57 +00:00
|
|
|
"react-test-renderer": "16.0.0-rc.2",
|
2017-09-08 03:29:59 +00:00
|
|
|
"style-loader": "^0.18.2",
|
2017-01-14 06:00:13 +00:00
|
|
|
"travis-weigh-in": "^1.0.2",
|
2016-07-12 16:55:35 +00:00
|
|
|
"url-loader": "^0.5.7",
|
2017-09-08 03:26:39 +00:00
|
|
|
"webpack-dev-server": "^2.7.1"
|
2016-05-03 03:26:25 +00:00
|
|
|
},
|
2017-08-18 04:44:14 +00:00
|
|
|
"cdnUrl": "https://d38dnrh1liu4f5.cloudfront.net/projects/winamp2-js/",
|
2016-05-03 03:26:25 +00:00
|
|
|
"dependencies": {
|
2017-06-28 03:46:43 +00:00
|
|
|
"babel": "^6.23.0",
|
2016-12-09 01:21:29 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.20.2",
|
2016-07-07 01:06:43 +00:00
|
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
2017-06-28 03:46:43 +00:00
|
|
|
"babel-preset-env": "^1.5.2",
|
2016-08-30 03:17:38 +00:00
|
|
|
"cardinal-spline-js": "^2.3.6",
|
2016-07-28 06:17:32 +00:00
|
|
|
"classnames": "^2.2.5",
|
2017-07-03 18:48:47 +00:00
|
|
|
"eslint-plugin-import": "^2.7.0",
|
2017-09-15 03:59:06 +00:00
|
|
|
"jest": "^21.1.0",
|
2017-07-03 18:48:47 +00:00
|
|
|
"jszip": "^3.1.3",
|
2017-08-28 23:43:43 +00:00
|
|
|
"prettier": "^1.6.0",
|
2017-07-01 21:52:59 +00:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"rc-slider": "^8.1.5",
|
2017-09-21 14:09:57 +00:00
|
|
|
"react": "16.0.0-rc.2",
|
|
|
|
"react-dom": "16.0.0-rc.2",
|
2017-09-12 00:13:16 +00:00
|
|
|
"react-redux": "^5.0.6",
|
2016-07-28 06:17:32 +00:00
|
|
|
"redux": "^3.5.2",
|
2017-08-27 20:16:59 +00:00
|
|
|
"redux-devtools-extension": "^2.13.2",
|
2017-01-24 23:36:31 +00:00
|
|
|
"redux-thunk": "^2.1.0",
|
2017-09-17 04:50:32 +00:00
|
|
|
"webpack": "^3.6.0",
|
2017-06-06 00:12:38 +00:00
|
|
|
"winamp-eqf": "^1.0.0"
|
2017-01-14 05:11:12 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
2017-01-17 23:27:23 +00:00
|
|
|
"testRegex": "\\.test\\.js$",
|
2017-01-14 05:11:12 +00:00
|
|
|
"moduleNameMapper": {
|
|
|
|
"\\.css$": "<rootDir>/js/__mocks__/styleMock.js"
|
|
|
|
}
|
2015-12-13 23:45:29 +00:00
|
|
|
}
|
2017-06-28 23:58:33 +00:00
|
|
|
}
|