1.0.3 already
This commit is contained in:
parent
c496002ca5
commit
d911e1f51a
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "strudel",
|
"name": "tidal-strudel",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "Experimental port of tidalcycles to javascript",
|
"description": "Experimental port of tidalcycles to javascript",
|
||||||
"main": "index.js",
|
"main": "strudel.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
|
|
@ -17,17 +17,17 @@
|
||||||
"livecoding",
|
"livecoding",
|
||||||
"algorave"
|
"algorave"
|
||||||
],
|
],
|
||||||
"author": "Alex McLean",
|
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/yaxu/strudel/issues"
|
"url": "https://github.com/yaxu/strudel/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/yaxu/strudel#readme",
|
"homepage": "https://github.com/yaxu/strudel#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"fraction.js": "^4.1.2",
|
"mocha": "^9.1.4",
|
||||||
"mocha": "^9.1.4"
|
"snowpack": "^3.8.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"snowpack": "^3.8.8"
|
"fraction.js": "^4.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue