mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 05:38:34 +00:00
1.0.3 already
This commit is contained in:
parent
c496002ca5
commit
d911e1f51a
14
package.json
14
package.json
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "strudel",
|
||||
"version": "1.0.0",
|
||||
"name": "tidal-strudel",
|
||||
"version": "1.0.2",
|
||||
"description": "Experimental port of tidalcycles to javascript",
|
||||
"main": "index.js",
|
||||
"main": "strudel.mjs",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
@ -17,17 +17,17 @@
|
||||
"livecoding",
|
||||
"algorave"
|
||||
],
|
||||
"author": "Alex McLean",
|
||||
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/yaxu/strudel/issues"
|
||||
},
|
||||
"homepage": "https://github.com/yaxu/strudel#readme",
|
||||
"devDependencies": {
|
||||
"fraction.js": "^4.1.2",
|
||||
"mocha": "^9.1.4"
|
||||
"mocha": "^9.1.4",
|
||||
"snowpack": "^3.8.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"snowpack": "^3.8.8"
|
||||
"fraction.js": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user