-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 981 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
43
44
{
"name": "pixi-piano-roll",
"version": "1.2.3",
"description": "JavaScript 2D WebGL / Canvas animated piano roll",
"main": "dist/pixiPianoRoll.js",
"license": "MIT",
"homepage": "https://github.com/mjhasbach/pixi-piano-roll",
"keywords": [
"music",
"note",
"piano",
"roll",
"2d",
"webgl",
"canvas",
"animated"
],
"repository": "mjhasbach/pixi-piano-roll",
"author": {
"name": "Matthew Hasbach",
"email": "[email protected]",
"url": "https://github.com/mjhasbach"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-jsdoc-to-markdown": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.1",
"gulp-umd": "0.2.0",
"gulp-util": "3.0.6",
"run-sequence": "1.1.2"
},
"dependencies": {
"musical-scale-colors": "2.0.1",
"pixi.js": "3.0.7",
"teoria": "2.1.1"
},
"files": [
"dist/*"
],
"scripts": {}
}