{

"name": "angular-strap",
"description": "AngularStrap - AngularJS directives for Bootstrap",
"version": "2.2.0",
"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"
},
"licenses": [
  {
    "type": "MIT",
    "url": "https://github.com/mgcrea/angular-strap/blob/master/LICENSE.md"
  }
],
"dependencies": {},
"devDependencies": {
  "chalk": "^0.5.1",
  "gulp": "^3.8.11",
  "gulp-autoprefixer": "2.1.0",
  "gulp-changed": "^1.1.1",
  "gulp-clean": "^0.3.1",
  "gulp-cleancss": "^0.2.2",
  "gulp-concat-util": "^0.5.1",
  "gulp-connect": "^2.2.0",
  "gulp-htmlmin": "^1.1.0",
  "gulp-jshint": "^1.9.2",
  "gulp-less": "^3.0.0",
  "gulp-ng-annotate": "^0.5.2",
  "gulp-nginclude": "^0.4.5",
  "gulp-ngmin": "^0.3.0",
  "gulp-ngtemplate": "^0.2.3",
  "gulp-open": "^0.3.2",
  "gulp-rename": "^1.2.0",
  "gulp-sourcemaps": "^1.3.0",
  "gulp-uglify": "^1.1.0",
  "gulp-usemin": "^0.3.11",
  "gulp-util": "^3.0.3",
  "gulp-watch": "^4.1.1",
  "jshint-stylish": "^1.0.0",
  "karma": "^0.12.31",
  "karma-chrome-launcher": "^0.1.7",
  "karma-coverage": "^0.2.7",
  "karma-jasmine": "^0.3.5",
  "karma-phantomjs-launcher": "^0.1.4",
  "karma-sauce-launcher": "^0.2.10",
  "merge-stream": "^0.1.7",
  "run-sequence": "^1.0.2"
},
"engines": {
  "node": "^0.10"
},
"scripts": {
  "test": "gulp jshint karma:unit"
}

}