package.json 439 B

12345678910111213141516
  1. {
  2. "name": "babylonjsunittest",
  3. "version": "6.6.6",
  4. "description": "Unit Tests Suite For Babylon.js",
  5. "main": "",
  6. "repository": {
  7. "url": "https://github.com/BabylonJS/Babylon.js/"
  8. },
  9. "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
  10. "license": "(Apache-2.0)",
  11. "devDependencies": {
  12. "@types/mocha": "2.2.46",
  13. "@types/chai": "^4.1.0",
  14. "@types/sinon": "^4.1.3"
  15. }
  16. }