2017-03-30 23:45:30 +03:00
|
|
|
{
|
|
|
|
"name": "jest-preset-angular",
|
2017-03-31 00:14:45 +03:00
|
|
|
"version": "0.0.3",
|
2017-03-30 23:45:30 +03:00
|
|
|
"description": "Jest preset configuration for Angular projects",
|
|
|
|
"main": "jest-preset.json",
|
|
|
|
"repository": "git@github.com:thymikee/jest-preset-angular.git",
|
|
|
|
"author": "Michał Pierzchała <thymikee@gmail.com>",
|
2017-03-31 00:14:26 +03:00
|
|
|
"license": "BSD-3",
|
|
|
|
"dependencies": {
|
|
|
|
"jest-zone-patch": "^0.0.5",
|
|
|
|
"ts-jest": "^19.0.6"
|
|
|
|
}
|
2017-03-30 23:45:30 +03:00
|
|
|
}
|