Skip to content

Commit

Permalink
Add timbre w/ npm auto-update via single package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sashberd committed Feb 27, 2020
1 parent 9a3ed36 commit b1402dc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ajax/libs/timbre/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "timbre",
"filename": "timbre.dev.js",
"description": "JavaScript library for objective sound programming",
"author": "nao yonamine <mohayonao@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mohayonao/timbre.js.git"
},
"license": "MIT",
"homepage": "https://mohayonao.github.io/timbre.js",
"keywords": [
"timbre.js",
"timbre",
"audio",
"synth"
],
"npmName": "timbre",
"npmFileMap": [
{
"basePath": "",
"files": [
"timbre.!(node*)*.+(js|map|css)"
]
}
]
}

0 comments on commit b1402dc

Please sign in to comment.