-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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": "chordictionary",
"version": "0.1.0-beta.4",
"description": "A Javascript library for dynamic chord recognition, generation and graphic representation for any fretted instrument.",
"main": "./build/commonjs/chordictionary.min.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js && npm run qunit",
"qunit": "./node_modules/qunit/bin/qunit.js _tests/test-commonjs.js",
"release": "bash release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greird/chordictionaryjs.git"
},
"keywords": [
"music",
"score",
"tab",
"chord",
"note",
"fret",
"fretboard",
"guitar",
"instrument"
],
"author": "Hubert Fauconnier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/greird/chordictionaryjs/issues"
},
"homepage": "https://www.chordictionary.com",
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"gulp": "^4.0.2",
"gulp-babel": "8.0.0",
"gulp-babel-minify": "^0.5.1",
"gulp-clean": "^0.4.0",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^6.0.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-rollup": "^2.16.2",
"qunit": "^2.9.2"
}
}