12345678910111213141516 |
- {
- "name": "babylonjsunittest",
- "version": "6.6.6",
- "description": "Unit Tests Suite For Babylon.js",
- "main": "",
- "repository": {
- "url": "https://github.com/BabylonJS/Babylon.js/"
- },
- "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
- "license": "(Apache-2.0)",
- "devDependencies": {
- "@types/mocha": "2.2.46",
- "@types/chai": "^4.1.0",
- "@types/sinon": "^4.1.3"
- }
- }
|