-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 772 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 772 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
{
"name": "dancer",
"description": "dancer.js is a high-level audio API, usable with the Web Audio API, Mozilla's Audio Data API and flash fallback, designed to make sweet visualizations.",
"version": "0.4.0",
"homepage": "https://github.com/jsantell/dancer.js",
"author": {
"name": "Jordan Santell",
"url": "http://jsantell.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jsantell/dancer.js"
},
"bugs": {
"url": "https://github.com/jsantell/dancer.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jsantell/dancer.js/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-concat": "0.3.0"
}
}