data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
48 lines (47 loc) • 781 B
JSON
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "20.0.4",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^20.0.4"
},
"bin": {
"jest": "./bin/jest.js"
},
"engines": {
"node": ">= 4"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
},
"homepage": "http://facebook.github.io/jest/",
"license": "BSD-3-Clause",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
]
}