{
    "name": "jsx-typescript",
    "author": "Microsoft Corp.",
    "homepage": "https://github.com/fdecampredon/jsx-typescript/",
    "version": "1.5.0-alpha.5",
    "licenses": [
        {
            "type": "Apache License 2.0",
            "url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
        }
    ],
    "description": "TypeScript fork with React jsx support",
    "keywords": [
        "TypeScript",
        "Microsoft",
        "compiler",
        "language",
        "javascript",
        "react",
        "jsx"
    ],
    "bugs": {
        "url": "https://github.com/fdecampredon/jsx-typescript/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/fdecampredon/jsx-typescript.git"
    },
    "preferGlobal": true,
    "main": "./bin/typescriptServices.js",
    "bin": {
        "jsx-tsc": "./bin/jsx-tsc"
    },
    "engines": {
        "node": ">=0.8.0"
    },
    "devDependencies": {
        "jake": "latest",
        "mocha": "latest",
        "chai": "latest",
        "browserify": "latest",
        "istanbul": "latest",
        "codeclimate-test-reporter": "latest"
    },
    "scripts": {
        "test": "jake generate-code-coverage"
    },
    "files": [
        "bin",
        "LICENSE.txt",
        "README.md",
        "CONTRIBUTING.md",
        "ThirdPartyNoticeText.txt",
        "CopyrightNotice.txt",
        "typings"
    ]
}
