Guest User

Untitled

a guest
Oct 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "name": "JEST",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "babel-jest": "^23.6.0",
  14. "babel-polyfill": "^6.26.0",
  15. "babel-preset-es2015": "^6.24.1",
  16. "jest": "^23.6.0"
  17. }
  18. }
Add Comment
Please, Sign In to add comment