-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 972 Bytes
/
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
{
"name": "clubberize",
"version": "1.2.1",
"description": "Converts clubber tool modulators from glsl to js.",
"main": "index.js",
"scripts": {
"dist": "webpack index.js dist/clubberize.js && uglifyjs dist/clubberize.js -o dist/clubberize.min.js --source-map dist/clubberize.min.js.map",
"postpublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wizgrav/clubberize.git"
},
"keywords": [
"clubber",
"glsl",
"transpiler",
"rhythm",
"music",
"audio",
"reactive"
],
"author": "Yannis Gravezas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wizgrav/clubberize/issues"
},
"homepage": "https://github.com/wizgrav/clubberize",
"dependencies": {
"glsl-transpiler": "^1.5.7"
},
"devDependencies": {
"clubber": "^1.6.1",
"webpack": "^1.13.0",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
}
}