-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
33 lines (33 loc) · 1022 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
{
"name": "BandJS",
"version": "1.1.2",
"description": "Band.js - Music Composer - An interface for the Web Audio API that supports rhythms, multiple instruments, repeating sections, and complex time signatures.",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "ssh://[email protected]:meenie/band.js.git"
},
"author": "Cody Lundquist",
"license": "MIT",
"devDependencies": {
"audiocontext": "0.1.0",
"browserify": "^4.2.1",
"grunt": "0.4.1",
"grunt-browserify": "2.1.3",
"grunt-bump": "0.0.14",
"grunt-checkbranch": "^0.3.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-prompt": "^1.1.0",
"karma": "^0.12.17",
"karma-browserify": "^0.2.1",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-config": "^0.12.0",
"semver": "^2.3.1",
"time-grunt": "^0.4.0"
}
}