UNPKG
chromaprint-fixed
Version:
latest (0.1.0)
0.1.0
A JavaScript implementation of AcoustID Chromaprint
github.com/bjjb/chromaprint.js
chromaprint-fixed
/
.projections.json
12 lines
(11 loc)
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"lib/*.coffee"
: {
"alternate"
:
"test/
%sTest
.coffee"
,
"command"
:
"lib"
},
"test/*Test.coffee"
: {
"alternate"
:
"lib/
%s
.coffee"
,
"command"
:
"test"
},
"*"
: {
"compiler"
:
"node_modules/.bin/cake test"
} }