UNPKG

753 BJSONView Raw
1{
2 "name": "typescript-compiler",
3 "version": "0.9.1-1.2",
4 "description": "Typescript compiler wrapper",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/theblacksmith/typescript-compiler.git"
12 },
13 "keywords": [
14 "TypeScript",
15 "compiler",
16 "language",
17 "javascript"
18 ],
19 "author": "The Blacksmith (a.k.a. Saulo Vallory)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/theblacksmith/typescript-compiler/issues"
23 },
24 "homepage": "https://github.com/theblacksmith/typescript-compiler",
25 "dependencies": {
26 "typescript": "=0.9.1-1",
27 "underscore": "~1"
28 },
29 "readmeFilename": "README.md"
30}