diff options
Diffstat (limited to 'node_modules/tslib/package.json')
-rw-r--r-- | node_modules/tslib/package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/node_modules/tslib/package.json b/node_modules/tslib/package.json new file mode 100644 index 000000000..cbee2e202 --- /dev/null +++ b/node_modules/tslib/package.json @@ -0,0 +1,28 @@ +{
+ "name": "tslib",
+ "author": "Microsoft Corp.",
+ "homepage": "http://typescriptlang.org/",
+ "version": "1.7.1",
+ "license": "Apache-2.0",
+ "description": "Runtime library for TypeScript helper functions",
+ "keywords": [
+ "TypeScript",
+ "Microsoft",
+ "compiler",
+ "language",
+ "javascript",
+ "tslib",
+ "runtime"
+ ],
+ "bugs": {
+ "url": "https://github.com/Microsoft/TypeScript/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Microsoft/tslib.git"
+ },
+ "main": "tslib.js",
+ "module": "tslib.es6.js",
+ "jsnext:main": "tslib.es6.js",
+ "typings": "tslib.d.ts"
+}
|