UNPKG

804 BJSONView Raw
1{
2 "name": "tslib",
3 "author": "Microsoft Corp.",
4 "homepage": "http://typescriptlang.org/",
5 "version": "1.0.0",
6 "licenses": [
7 {
8 "type": "Apache License 2.0",
9 "url": "https://github.com/Microsoft/tslib/blob/master/LICENSE.txt"
10 }
11 ],
12 "description": "Runtime library for TypeScript helper functions",
13 "keywords": [
14 "TypeScript",
15 "Microsoft",
16 "compiler",
17 "language",
18 "javascript",
19 "tslib",
20 "runtime"
21 ],
22 "bugs": {
23 "url": "https://github.com/Microsoft/TypeScript/issues"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/Microsoft/tslib.git"
28 },
29 "main": "tslib.js",
30 "typings": "tslib.d.ts"
31}