UNPKG

my-lib-yuting-good

Version:
42 lines (41 loc) 1.04 kB
{ "name": "my-lib-yuting-good", "version": "0.0.2", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, "description": "angular-test", "main": "bundles/my-lib.umd.js", "repository": { "type": "git", "url": "git+https://github.com/yuting3656/angular-library.git" }, "keywords": [ "just-for-fun" ], "author": "yuting23656", "license": "ISC", "bugs": { "url": "https://github.com/yuting3656/angular-library/issues" }, "homepage": "https://github.com/yuting3656/angular-library#readme", "module": "fesm5/my-lib.js", "es2015": "fesm2015/my-lib.js", "esm5": "esm5/my-lib.js", "esm2015": "esm2015/my-lib.js", "fesm5": "fesm5/my-lib.js", "fesm2015": "fesm2015/my-lib.js", "typings": "my-lib.d.ts", "metadata": "my-lib.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" }, "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }