
{
  "name": "angular-timeline",
  "description": "An Angular.js directive that generates a responsive, data-driven vertical timeline to tell a story, show history or describe a sequence of events.",
  "homepage": "https://github.com/rpocklin/angular-timeline",
  "author": "Robert Pocklington <rpocklin@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/rpocklin/angular-timeline.git"
  },
  "main": "./dist/angular-timeline.js",
  "keywords": [
    "angular",
    "timeline",
    "history",
    "events",
    "list",
    "responsive",
    "bootstrap"
  ],
  "version": "1.7.0",
  "license": "MIT",
  "dependencies": {
    "angular": "^1.3.15"
  },
  "devDependencies": {
    "grunt": "~1.0.0",
    "grunt-autoprefixer": "~3.0.4",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "~1.0.2",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-jsbeautifier": "~0.2.11",
    "grunt-karma": "~0.12.2",
    "grunt-karma-coveralls": "~2.5.0",
    "grunt-ngdocs": "^0.2.9",
    "grunt-sass": "^1.1.0",
    "jshint-stylish": "~2.1.0",
    "jasmine-core": "~2.4.1",
    "karma": "~0.13.22",
    "karma-coverage": "~0.5.4",
    "karma-jasmine": "~0.3.8",
    "karma-ng-html2js-preprocessor": "~0.2.1",
    "karma-phantomjs-launcher": "~1.0.0",
    "load-grunt-tasks": "~3.5.0",
    "phantomjs-prebuilt": "~2.1.7",
    "time-grunt": "~1.3.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "grunt"
  }
}
