-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 917 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": "clock",
"title": "SoundIO Clock",
"description": "A beat clock tempo-mapped against Web Audio's time clock and providing helpers for scheduling function calls.",
"version": "0.1.0",
"homepage": "http://sound.io",
"author": {
"name": "Stephen Band",
"twitter": "stephband"
},
"repository": {
"type": "git",
"url": "https://github.com/soundio/clock.git"
},
"keywords": [
"javascript",
"browser"
],
"bugs": {
"url": "https://github.com/soundio/clock/issues"
},
"devDependencies": {
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-firefox-launcher": "latest",
"karma-fixture": "^0.2.5",
"karma-nested-reporter": "^0.1.3",
"karma-qunit": "latest",
"karma-safari-launcher": "latest",
"qunit": "latest",
"qunitjs": "latest"
},
"scripts": {
"test": "karma start"
}
}