Manifest Example
{ // JSON
"name": "rangeselector",
"version": "1.0.2",
"title": "jQuery Range Selector",
"author": {
"name": "Jason Ni",
"email": "
[email protected]",
"url": "http://jasonni.github.io"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.2.3"
}
}