Browse Source

Merge pull request #131 from ivankravets/patch-3

Exclude extras folder and specify version
dds
Paul Stoffregen 9 years ago
parent
commit
e8a0d0947c
1 changed files with 19 additions and 17 deletions
  1. +19
    -17
      library.json

+ 19
- 17
library.json View File

@@ -1,19 +1,21 @@
{
"name": "Audio",
"frameworks": "Arduino",
"platforms": "Teensy",
"keywords": "sound, audio, FFT, filter, effect",
"description": "Teensy Audio Library",
"url": "http://www.pjrc.com/teensy/td_libs_Audio.html",
"downloadUrl": "http://www.pjrc.com/teensy/arduino_libraries/Audio.zip",
"authors":
{
"name": "Paul Stoffregen",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Audio"
}
"name": "Audio",
"frameworks": "Arduino",
"platforms": "Teensy",
"keywords": "sound, audio, FFT, filter, effect",
"description": "Teensy Audio Library",
"url": "http://www.pjrc.com/teensy/td_libs_Audio.html",
"downloadUrl": "https://github.com/PaulStoffregen/Audio/archive/master.zip",
"version": "1.03",
"exclude": "extras",
"authors":
{
"name": "Paul Stoffregen",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Audio"
}
}

Loading…
Cancel
Save