-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.2 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
50
51
52
53
54
55
{
"name": "clubber",
"version": "1.7.1",
"description": "Application of music theory in audio reactive visualizations",
"main": "./index.js",
"local-web-server": {
"port": 8100,
"forbid": "*.json"
},
"scripts": {
"dist": "webpack index.js dist/clubber.js && uglifyjs dist/clubber.js -o dist/clubber.min.js --source-map dist/clubber.min.js.map",
"server":"ws --https"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wizgrav/clubber.git"
},
"keywords": [
"dancer",
"clubber",
"music",
"notes",
"octave",
"audio",
"analysis",
"kick",
"bass",
"midi",
"key",
"note",
"webgl",
"vector",
"shader",
"analyzer",
"analyser",
"rhythm",
"reactive",
"visualisation"
],
"author": "Yannis Gravezas <[email protected]>",
"contributors":[
"Neri Barnini <[email protected]>",
"Fabien Motte <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wizgrav/clubber/issues"
},
"homepage": "https://github.com/wizgrav/clubber#readme",
"devDependencies": {
"webpack": "^1.13.0",
"uglifyjs": "^2.4.10",
"local-web-server": "^1.2.6"
}
}