2014-07-13 03:04:16 +04:00
|
|
|
{
|
2015-01-30 23:03:21 +03:00
|
|
|
"name": "typescript",
|
|
|
|
"author": "Microsoft Corp.",
|
|
|
|
"homepage": "http://typescriptlang.org/",
|
2015-07-15 03:25:34 +03:00
|
|
|
"version": "1.6.0",
|
2015-05-19 13:46:50 +03:00
|
|
|
"license": "Apache-2.0",
|
2015-01-30 23:03:21 +03:00
|
|
|
"description": "TypeScript is a language for application scale JavaScript development",
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"Microsoft",
|
|
|
|
"compiler",
|
|
|
|
"language",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript.git"
|
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2015-02-01 08:14:28 +03:00
|
|
|
"main": "./bin/typescript.js",
|
2015-01-30 23:03:21 +03:00
|
|
|
"bin": {
|
2015-02-12 19:20:41 +03:00
|
|
|
"tsc": "./bin/tsc",
|
|
|
|
"tsserver": "./bin/tsserver"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jake": "latest",
|
|
|
|
"mocha": "latest",
|
|
|
|
"chai": "latest",
|
|
|
|
"browserify": "latest",
|
2015-07-11 04:08:19 +03:00
|
|
|
"istanbul": "latest",
|
2015-07-11 04:10:18 +03:00
|
|
|
"mocha-fivemat-progress-reporter": "latest",
|
2015-06-26 02:24:02 +03:00
|
|
|
"tslint": "latest"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-03-17 22:15:13 +03:00
|
|
|
"test": "jake runtests"
|
2015-01-30 23:03:21 +03:00
|
|
|
}
|
2014-07-13 03:04:16 +04:00
|
|
|
}
|