You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
458 B
24 lines
458 B
{ |
|
"name": "Typertext", |
|
"version": "0.4.1", |
|
"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" |
|
] |
|
}
|
|
|