data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
25 lines (24 loc) • 547 B
JSON
{
"name": "jest-jasmine2",
"version": "20.0.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.3",
"graceful-fs": "^4.1.11",
"jest-diff": "^20.0.3",
"jest-matcher-utils": "^20.0.3",
"jest-matchers": "^20.0.3",
"jest-message-util": "^20.0.3",
"jest-snapshot": "^20.0.3",
"once": "^1.4.0",
"p-map": "^1.1.1"
},
"devDependencies": {
"jest-runtime": "^20.0.4"
}
}