31 lines
690 B
JSON
31 lines
690 B
JSON
{
|
|
"name": "typescript-handbook-cn",
|
|
"version": "1.0.0",
|
|
"description": "The TypeScript Handbook is a comprehensive guide to the TypeScript language",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"test": "node lint.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zhongsp/TypeScript"
|
|
},
|
|
"keywords": [
|
|
"TypeScript"
|
|
],
|
|
"author": "Patrick Zhong",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zhongsp/TypeScript/issues"
|
|
},
|
|
"homepage": "https://github.com/zhongsp/TypeScript",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.11",
|
|
"gulp-typescript": "^2.6.0",
|
|
"glob": "^5.0.15",
|
|
"markdownlint": "0.0.8"
|
|
}
|
|
}
|