free-music-by-eatme
/
Milkdrop-Butterchurn-for-Web-v2.6.7.1e-complete-by-Geiss-Flexi-JBerg-EatMe
Public
forked from jberg/butterchurn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "butterchurn",
"version": "2.6.7",
"description": "Butterchurn is a WebGL implementation of the Milkdrop Visualizer",
"main": "lib/butterchurn.js",
"unpkg": "lib/butterchurn.js",
"files": [
"lib/butterchurn.js",
"lib/butterchurn.min.js",
"lib/butterchurnExtraImages.min.js",
"lib/isSupported.min.js"
],
"scripts": {
"build": "webpack --config config/webpack.config.js --env prod",
"dev": "webpack --config config/webpack.config.js --progress --colors --watch --env dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jberg/butterchurn.git"
},
"keywords": [
"music visualization",
"visualizer",
"webgl",
"webaudio"
],
"author": "Jordan Berg <jordannealberg@gmail.com>",
"license": "MIT",
"homepage": "https://butterchurnviz.com",
"dependencies": {
"@babel/runtime": "^7.0.0",
"ecma-proposal-math-extensions": "0.0.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"yargs": "^11.0.0"
}
}