-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 893 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
38
39
40
41
42
{
"name": "beat-scheduler",
"version": "1.0.0",
"description": "A clock for audio",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "http://github.com/joeLepper/beat-scheduler.git"
},
"license": "MIT",
"devDependencies": {
"browserify": "^8.1.1",
"express": "^4.11.2",
"gulp": "^3.8.10",
"gulp-livereload": "^3.6.0",
"gulp-plumber": "^0.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.3",
"tape": "^3.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^2.3.0"
},
"dependencies": {
"nee": "^1.1.0"
},
"author": {
"name": "Joe Lepper",
"email": "josephlepper@gmail.com",
"url": "http://joelepper.com"
},
"keywords": [
"audio",
"beat",
"clock",
"metronome"
]
}