ng-bullet
Version:
Angular library which drastically improves execution time of your component's unit tests
39 lines (38 loc) • 925 B
JSON
{
"name": "ng-bullet",
"version": "1.0.3",
"license": "MIT",
"author": {
"name": "nikitai",
"email": "nikita.yakovenko@gmail.com"
},
"description": "Angular library which drastically improves execution time of your component's unit tests",
"keywords": [
"ng",
"angular",
"unit testing",
"testing",
"performance",
"typescript",
"jasmine",
"TestBed"
],
"peerDependencies": {
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0",
"jasmine-core": ">=2.5.0"
},
"main": "bundles/ng-bullet.umd.js",
"module": "fesm5/ng-bullet.js",
"es2015": "fesm2015/ng-bullet.js",
"esm5": "esm5/ng-bullet.js",
"esm2015": "esm2015/ng-bullet.js",
"fesm5": "fesm5/ng-bullet.js",
"fesm2015": "fesm2015/ng-bullet.js",
"typings": "ng-bullet.d.ts",
"metadata": "ng-bullet.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}