This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Typertext/bower.json

25 lines
458 B
JSON

{
"name": "Typertext",
"version": "0.5.0",
"homepage": "https://github.com/terribleplan/Typertext",
"authors": [
"Kegan Myers <kegan@keganmyers.com>"
],
"description": "A simple TypeScript HTTP request library",
"main": "build/typertext.js",
"keywords": [
"http",
"request",
"typescript",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}