{
  "name": "inspire-citesummary-js",
  "version": "0.0.5",
  "description": "Cite Summary component for INSPIRE HEP",
  "author": "Eamonn Maguire <eamonnmag@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspirehep/inspire-citesummary-js.git"
  },
  "dependencies": {
    "angular": "=1.4.8",
    "angular-mocks": "=1.4.8",
    "angular-scenario": "=1.4.8",
    "d3": "^3.5.17",
    "dc": "^2.0.0-beta.32",
    "crossfilter2": "^1.3.12",
    "file-saver": "^1.3.3"
  },
  "devDependencies": {
    "bootstrap": "^3.3.7",
    "chai": "^1.9.1",
    "chai-jquery": "^2.0.0",
    "coveralls": "^2.11.4",
    "del": "^2.1.0",
    "gulp": "^3.8.7",
    "gulp-concat": "^2.3.4",
    "gulp-coveralls": "^0.1.4",
    "gulp-flatten": "^0.2.0",
    "gulp-header": "^1.7.1",
    "gulp-jshint": "^1.8.4",
    "gulp-load-plugins": "^1.1.0",
    "gulp-plumber": "^0.6.6",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^0.3.1",
    "gulp-webserver": "^0.9.1",
    "istanbul": "^0.4.1",
    "jquery": "^2.1.4",
    "jsdoc": "^3.4.0",
    "jshint-stylish": "^0.4.0",
    "karma": "^0.12.37",
    "karma-chai": "^0.1.0",
    "karma-chai-jquery": "^1.0.0",
    "karma-coverage": "^0.5.3",
    "karma-jquery": "^0.1.0",
    "karma-mocha": "^0.1.8",
    "karma-ng-html2js-preprocessor": "^0.2.0",
    "phantomjs-prebuilt": "^2.1.13",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-sinon-chai": "^0.2.0",
    "karma-spec-reporter": "0.0.18",
    "minami": "^1.1.1",
    "mocha": "^1.21.4",
    "run-sequence": "^1.0.2",
    "sinon": "^1.10.3",
    "sinon-chai": "^2.5.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coveralls",
    "demo": "gulp demo",
    "docs": "jsdoc  -c .jsdoc --pedantic src/",
    "test": "gulp test"
  },
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/inspirehep/inspire-citesummary-js/issues"
  },
  "homepage": "https://github.com/inspirehep/inspire-citesummary-js#readme",
  "main": "gulpfile.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "keywords": [
    "visualization",
    "cite",
    "summary",
    "inspire",
    "citations",
    "metrics"
  ]
}
