28 lines
629 B
JSON
28 lines
629 B
JSON
{
|
|
"name": "jest-jasmine2",
|
|
"version": "23.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"babel-traverse": "^6.0.0",
|
|
"chalk": "^2.0.1",
|
|
"co": "^4.6.0",
|
|
"expect": "^23.6.0",
|
|
"is-generator-fn": "^1.0.0",
|
|
"jest-diff": "^23.6.0",
|
|
"jest-each": "^23.6.0",
|
|
"jest-matcher-utils": "^23.6.0",
|
|
"jest-message-util": "^23.4.0",
|
|
"jest-snapshot": "^23.6.0",
|
|
"jest-util": "^23.4.0",
|
|
"pretty-format": "^23.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest-runtime": "^23.6.0"
|
|
}
|
|
}
|