retype.io
Version:
The true TypeScript way.
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "retype.io",
"description": "The true TypeScript way.",
"author": [{
"name": "Retype Team",
"email": "team@retype.io"
}],
"contributors" : [{
"name" : "Bogdan Mustiata",
"email" : "bogdan.mustiata@gmail.com"
}, {
"name" : "Radu Tofoleanu",
"email" : "radu.tofoleanu@gmail.com"
}],
"version": "0.2.0",
"dependencies": {
"xmldom": "0.1.19",
"handlebars" : "2.0.0-alpha.2"
},
"keywords": [
"retype.io",
"retype",
"typescript"
],
"main": "./lib/retype.js",
"bugs": {
"url": "https://github.com/retype/retype/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/retype/retype/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/retype/retype.git"
},
"readme": "The true TypeScript way.",
"readmeFilename": "README.md",
"homepage": "http://retype.io"
}