1{ 2 "name": "otbr-web", 3 "version": "1.0.0", 4 "description": "OpenThread Border Router Web GUI", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "BSD-3-Clause", 11 "dependencies": { 12 "angular": "^1.8.0", 13 "angular-animate": "^1.6.4", 14 "angular-aria": "^1.6.4", 15 "angular-material": "^1.1.4", 16 "angular-messages": "^1.6.4", 17 "d3": "^3.5.17", 18 "material-design-lite": "^1.3.0" 19 } 20} 21