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/package.json

14 lines
327 B
JSON
Raw Normal View History

2014-02-26 19:12:37 +00:00
{
"name": "Typertext",
2014-02-26 19:27:41 +00:00
"description": "A simple TypeScript HTTP request library",
"repository" : {
"type" : "git",
"url" : "https://github.com/terribleplan/Typertext.git"
},
"version": "0.3.0",
2014-02-26 19:12:37 +00:00
"devDependencies": {
"grunt": "~0.4.2",
"grunt-typescript": "~0.2.7"
}
}