UNPKG

1.5 kBJSONView Raw
1{
2 "name": "butterchurn",
3 "version": "2.5.3",
4 "description": "Butterchurn is a WebGL implementation of the Milkdrop Visualizer",
5 "main": "lib/butterchurn.min.js",
6 "unpkg": "lib/butterchurn.min.js",
7 "files": [
8 "lib/butterchurn.min.js",
9 "lib/butterchurnExtraImages.min.js",
10 "lib/isSupported.min.js"
11 ],
12 "scripts": {
13 "build": "webpack --config config/webpack.config.js --env prod",
14 "dev": "webpack --config config/webpack.config.js --progress --colors --watch --env dev"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/jberg/butterchurn.git"
19 },
20 "keywords": [
21 "music visualization",
22 "visualizer",
23 "webgl",
24 "webaudio"
25 ],
26 "author": "Jordan Berg <jordannealberg@gmail.com>",
27 "license": "MIT",
28 "homepage": "https://butterchurnviz.com",
29 "dependencies": {
30 "babel-runtime": "^6.26.0",
31 "ecma-proposal-math-extensions": "0.0.2"
32 },
33 "devDependencies": {
34 "babel": "^6.23.0",
35 "babel-core": "^6.26.0",
36 "babel-eslint": "^8.2.1",
37 "babel-loader": "^7.1.2",
38 "babel-plugin-add-module-exports": "^0.2.1",
39 "babel-plugin-transform-runtime": "^6.23.0",
40 "babel-preset-env": "^1.6.1",
41 "eslint": "^4.17.0",
42 "eslint-config-airbnb": "^16.1.0",
43 "eslint-loader": "^1.9.0",
44 "eslint-plugin-import": "^2.8.0",
45 "eslint-plugin-jsx-a11y": "^6.0.3",
46 "eslint-plugin-react": "^7.6.1",
47 "uglifyjs-webpack-plugin": "^1.1.8",
48 "webpack": "^3.10.0",
49 "yargs": "^11.0.0"
50 }
51}