14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "Typertext",
|
|
"description": "A simple TypeScript HTTP request library",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/terribleplan/Typertext.git"
|
|
},
|
|
"version": "0.1.2",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-typescript": "~0.2.7"
|
|
}
|
|
}
|