{ "name": "unit-test-example", "authors": [ "Matthew Brown " ], "description": "", "main": "", "license": "MIT", "homepage": "", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular": "^1.8.1", "angular-ui-router": "^1.0.8", "lodash": "^4.13.1", "bootstrap": "^3.3.6", "moment": "^2.13.0" }, "devDependencies": { "angular-mocks": "^1.8.1" } }