gitters
Version:
Straightforward Github reader with cache.
31 lines (30 loc) • 527 B
JSON
{
"name": "gitters",
"main": "gitters.js",
"version": "1.0.6",
"homepage": "https://github.com/websemantics/gitters",
"authors": [
"Adnan <adnan@websemantics.ca>"
],
"description": "Straightforward Github reader with cache.",
"keywords": [
"github",
"reader",
"cache",
"larder",
"api",
"in-browser"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"larder": "*",
"base-64": "*"
}
}