| 123456789101112131415161718192021222324 |
- {
- "name": "@ex-helpers/element",
- "version": "0.1.7",
- "description": "Several element wrapper helpers",
- "scripts": {
- "build": "exb",
- "release": "exb --release"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@ex-helpers/stack": "^0.1.9"
- },
- "peerDependencies": {
- "rxjs": "^6.0.0",
- "zone.js": "~0.8.26"
- },
- "devDependencies": {
- "@angular/core": "^6.1.10",
- "@ex-helpers/build": "^0.1.18",
- "rimraf": "^2.6.2",
- "typescript": "^2"
- }
- }
|