{
  "name": "angular-snippets",
  "version": "2.0.1",
  "main": "dist/angular-snippets.min.js",
  "description": "AngularJS directives to display source code with tabs and syntax highlighter (prism)",
  "repository": {
    "type": "git",
    "url": "git://github.com/jbdemonte/angular-snippets.git"
  },
  "author": "Jean-Baptiste Demonte <jbdemonte@gmail.com> (http://jb.demonte.fr)",
  "homepage": "http://jbdemonte.github.io/angular-snippets/",
  "license": "GPL-3.0+",
  "scripts": {
    "test": "./node_modules/karma/bin/karma start tests/karma.conf.js --single-run --browsers PhantomJS"
  },
  "devDependencies": {
    "angular": "^1.4.1",
    "angular-mocks": "^1.4.1",
    "bower": "^1.4.1",
    "chai": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.2",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^2.0.1",
    "karma": "^1.5.0",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "mocha": "^3.2.0",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.14"
  }
}
