зеркало из
1
0
Форкнуть 0
kendo-angular-jest-preset/package.json

25 строки
569 B
JSON
Исходник Обычный вид История

2017-03-30 23:45:30 +03:00
{
"name": "jest-preset-angular",
2017-05-07 13:16:46 +03:00
"version": "2.0.1",
2017-03-30 23:45:30 +03:00
"description": "Jest preset configuration for Angular projects",
2017-03-31 00:39:06 +03:00
"main": "index.js",
2017-03-30 23:45:30 +03:00
"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": {
2017-04-13 00:00:20 +03:00
"jest-zone-patch": "^0.0.6",
"ts-jest": "^20.0.0"
},
"devDependencies": {
"jest": "^20.0.0",
"typescript": "^2.3.0"
},
"peerDependencies": {
"jest": "^20.0.0"
},
"scripts": {
"test": "jest",
"test:ci": "jest -i"
2017-03-31 00:14:26 +03:00
}
2017-03-30 23:45:30 +03:00
}