Skip to content

Commit

Permalink
Add timbre via single package.json w/ npm auto-update (#13700)
Browse files Browse the repository at this point in the history
close #6110, cc @mohayonao
  • Loading branch information
sashberd committed Mar 9, 2020
1 parent ef2d1c6 commit 9515f46
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 9515f46

Please sign in to comment.