node-typescript
Version:
The TypeScript API exposed to nodejs. Use to compile typescript code in memory
34 lines (33 loc) • 641 B
JSON
{
"version": "0.1.3",
"author": {
"name": "Diullei Gomes",
"email": "diullei@gmail.com"
},
"license": "MIT",
"name": "node-typescript",
"description": "The TypeScript API exposed to nodejs. Use to compile typescript code in memory",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript",
"nodejs"
],
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/Diullei/node-typescript"
},
"engines": {
"node": "0.8.x"
},
"directories": {
"lib": "./"
},
"main": "./ts-c.js",
"dependencies": {
"typescript": "0.8.3"
}
}