TypeScript/package.json
2016-11-24 10:11:41 +08:00

32 lines
694 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": {
"name": "Patrick Zhong",
"email": "patrick.zhongsp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zhongsp/TypeScript/issues"
},
"homepage": "https://github.com/zhongsp/TypeScript",
"devDependencies": {
"glob": "^7.1.1",
"markdownlint": "^0.3.1"
}
}