-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "typescript",
"author": {
"name": "Microsoft Corp."
},
"homepage": "http://typescriptlang.org/",
"version": "0.9.0a",
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://typescript.codeplex.com/license"
}
],
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript"
],
"bugs": {
"url": "http://typescript.codeplex.com/workitem/list/basic"
},
"repository": {
"type": "git",
"url": "https://git01.codeplex.com/typescript"
},
"preferGlobal": true,
"main": "./bin/typescript.js",
"bin": {
"tsc": "./bin/tsc"
},
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"jake": "latest"
},
"readme": "# TypeScript\n\nScalable JavaScript development with types, classes and modules.\n\n## Install\n\n npm install -g typescript\n\n## Usage\n\n tsc hello.ts\n ",
"readmeFilename": "README.txt",
"_id": "[email protected]",
"_from": "typescript"
}