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

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

2017-03-30 23:45:30 +03:00
{
"name": "jest-preset-angular",
2017-04-13 11:30:29 +03:00
"version": "1.0.0",
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",
2017-04-05 16:56:12 +03:00
"ts-jest": "^19.0.7"
},
"devDependencies": {
"jest": "^19.0.2",
"typescript": "^2.2.2"
},
"scripts": {
"test": "jest",
"test:ci": "jest -i"
2017-03-31 00:14:26 +03:00
}
2017-03-30 23:45:30 +03:00
}