{
    "name": "angular-poller",
    "version": "0.4.5",
    "description": "Lightweight poller service for AngularJS apps",
    "main": "index.js",
    "author": "Emma Guo <emmahongguo@gmail.com>",
    "homepage": "https://github.com/emmaguo/angular-poller",
    "license": "MIT",
    "scripts": {
        "test": "grunt"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/emmaguo/angular-poller.git"
    },
    "dependencies": {},
    "devDependencies": {
        "angular": "^1.5.8",
        "angular-resource": "^1.5.8",
        "angular-mocks": "^1.5.8",
        "chai": "^3.5.0",
        "grunt": "^1.0.1",
        "grunt-contrib-jshint": "^1.0.0",
        "grunt-contrib-uglify": "^2.0.0",
        "grunt-coveralls": "^1.0.1",
        "grunt-jscs": "^3.0.1",
        "grunt-karma": "^2.0.0",
        "grunt-ng-annotate": "^2.0.2",
        "jshint-stylish": "^2.2.1",
        "karma": "^1.2.0",
        "karma-chai": "^0.1.0",
        "karma-chrome-launcher": "^1.0.1",
        "karma-coverage": "^1.1.1",
        "karma-mocha": "^1.1.1",
        "karma-phantomjs-launcher": "^1.0.1",
        "karma-sinon-chai": "^1.2.3",
        "load-grunt-tasks": "^3.5.2",
        "lodash": "^4.13.1",
        "mocha": "^3.0.2",
        "phantomjs-prebuilt": "^2.1.12",
        "restangular": "^1.5.2"
    }
}
