UNPKG

@rxloop/loading

Version:
46 lines (45 loc) 960 B
{ "name": "@rxloop/loading", "version": "1.0.0-alpha.5", "description": "@rxloop/loading", "scripts": { "test": "jest --config ../../jest.config.js" }, "repository": { "type": "git", "url": "git@github.com:TalkingData/rxloop.git" }, "keywords": [ "rxjs", "model", "vue" ], "author": "wxnet <wxnet2013@gmail.com> (https://github.com/wxnet2013)", "license": "MIT", "bugs": { "url": "https://github.com/TalkingData/rxloop/issues" }, "homepage": "https://talkingdata.github.io/rxloop", "peerDependencies": { "@rxloop/core": "^1.0.0-alpha.4", "rxjs": "^6.0.0-0" }, "main": "lib/loading.js", "module": "es/loading.js", "unpkg": "dist/loading.js", "typings": "./index.d.ts", "files": [ "dist", "lib", "es", "src", "index.d.ts" ], "devDependencies": { "@rxloop/core": "^1.0.0-alpha.5", "rxjs": "^6.5.3" }, "publishConfig": { "access": "public" } }