{ "name": "angular-strap", "description": "AngularStrap - AngularJS directives for Bootstrap", "version": "2.3.6", "keywords": [ "angular", "bootstrap" ], "main": "dist/angular-strap.js", "homepage": "http://mgcrea.github.io/angular-strap", "bugs": "https://github.com/mgcrea/angular-strap/issues", "author": { "name": "Olivier Louvignes", "email": "olivier@mg-crea.com", "url": "https://github.com/mgcrea" }, "contributors": [ { "name": "Vitor Fernandes", "url": "https://github.com/vmlf01" } ], "repository": { "type": "git", "url": "https://github.com/mgcrea/angular-strap.git" }, "license": "MIT", "dependencies": {}, "devDependencies": { "codeclimate-test-reporter": "^0.1.1", "del": "^2.1.0", "eslint": "^1.9.0", "eslint-config-airbnb": "^1.0.0", "factory-angular-channels": "^0.9.0", "gulp-jshint": "^1.12.0", "gulp-ng-annotate": "^1.1.0", "gulp-pre": "^4.0.0-alpha.4", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.1", "gulp-util": "^3.0.7", "jasmine-core": "^2.3.4", "jshint-stylish": "^2.0.1", "karma": "^0.13.15", "karma-chrome-launcher": "^0.2.1", "karma-coverage": "^0.5.3", "karma-jasmine": "^0.3.6", "karma-phantomjs-launcher": "^0.2.1", "karma-sauce-launcher": "^0.3.0", "ng-factory": "^1.1.0", "phantomjs": "^1.9.18", "through2": "^2.0.0", "undertaker-lib-tasks": "^0.5.1" }, "scripts": { "test": "$(npm bin)/gulp jshint karma:unit" } }