{ "name": "angularjs-bootcamp-app", "version": "1.0.0", "description": "My angularjs bootcamp app", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app.git" }, "author": "Lily Carpenter", "license": "New BSD", "bugs": { "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app/issues" }, "homepage": "https://gitlab.com/azrazalea/angularjs-bootcamp-app", "dependencies": { "bower": "^1.3.12", "gulp": "^3.8.10", "gulp-connect": "^2.2.0", "gulp-plumber": "^0.6.6", "gulp-watch": "^1.1.0", "karma": "^0.12.24", "karma-ng-html2js-preprocessor": "^0.1.2", "ng-html2js": "^2.0.0" }, "devDependencies": { "karma-chrome-launcher": "^0.1.5", "karma-jasmine": "^0.2.3" } }