-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
46 lines (46 loc) · 1.04 KB
/
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
43
44
45
46
{
"name": "music-tempo",
"version": "1.0.3",
"description": "Finding out tempo of the music",
"main": "./dist/node/MusicTempo.js",
"scripts": {
"test": "mocha"
},
"author": "killercrush",
"license": "MIT",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"chai": "^3.5.0",
"esdoc": "^0.5.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"mocha": "^3.2.0"
},
"dependencies": {},
"directories": {
"doc": "docs",
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/killercrush/music-tempo.git"
},
"keywords": [
"music",
"tempo",
"bpm",
"rhythm",
"beat",
"beatroot"
],
"bugs": {
"url": "https://github.com/killercrush/music-tempo/issues"
},
"homepage": "https://github.com/killercrush/music-tempo#readme"
}