Add readme and modify package.json

This commit is contained in:
Kegan Myers 2014-02-26 13:27:41 -06:00
parent d219f2c160
commit 6e8ffff25d
2 changed files with 25 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
Typertext
=========
Typertext is a TypeScript native library for simple, sane, and extensible HTTP requests.
Usage
-----
````
//Example code here
````
Todo
----
- More robust error handling
- Bower integration
- Documentation
Changelog
---------
####0.1.1
Initial commit

View File

@ -1,5 +1,10 @@
{
"name": "Typertext",
"description": "A simple TypeScript HTTP request library",
"repository" : {
"type" : "git",
"url" : "https://github.com/terribleplan/Typertext.git"
},
"version": "0.1.1",
"devDependencies": {
"grunt": "~0.4.2",