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

15 lines
349 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"
},
2014-02-28 23:44:24 +00:00
"version": "0.3.1",
2014-02-26 19:12:37 +00:00
"devDependencies": {
"grunt": "~0.4.2",
"grunt-typescript": "~0.2.7"
2014-02-28 17:46:27 +00:00
},
"license": "MIT"
2014-02-26 19:12:37 +00:00
}