-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 Bytes
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
{
"name": "domstep-slides",
"version": "1.0.0",
"description": "Slides from my 2014 StrangeLoop talk, DOMStep, A Browser Dance Party",
"main": "presentation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com)",
"license": "ISC",
"dependencies": {
"ar-drone": "^0.3.2",
"beatsjs": "^0.2.0",
"boids": "^1.0.0",
"browserify": "^5.11.0",
"express": "^4.9.0",
"flip": "^0.1.1",
"gulp": "^3.8.7",
"notes-to-frequencies": "^1.0.0",
"react": "^0.11.1",
"reactify": "^0.14.0",
"recorderjs": "^1.0.1",
"socket.io": "^1.1.0",
"ticker": "^0.1.0",
"vinyl-source-stream": "^0.1.1",
"vocoder": "^0.1.1",
"webaudio-buffer-loader": "^1.0.0",
"workerify": "^0.3.0"
}
}