forked from hisschemoller/music-pattern-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
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
{
"name": "music-pattern-generator",
"version": "2.2.0",
"description": "MIDI rhythm and music pattern generator",
"keywords": [
"MIDI",
"euclidean rhythm",
"music",
"percussion"
],
"homepage": "http://github.com/hisschemoller/music-pattern-generator",
"license": "LGPL-3.0",
"private": true,
"main": "src/index.html",
"scripts": {
"start": "node server.js",
"start-nw": "nw --disable-raf-throttling"
},
"repository": {
"type": "git",
"url": "http://github.com/hisschemoller/music-pattern-generator"
},
"author": "Wouter Hisschemoller",
"dependencies": {},
"devDependencies": {
"express": "^4.17.1",
"nw": "0.50.1-sdk"
}
}