{
    "name": "ovh-angular-apiv7",
    "version": "1.2.8",
    "description": "The ovh-angular-apiv7 module is an angular component designed to configure Apiv7Endpoints with the same interface as a $resource yet allow for extended configuration by providing Apiv7Requests objects that can be modified with chained methods to define the parameters sent to APIv7.",
    "keywords": [
        "angular",
        "apiv7"
    ],
    "license": "BSD-3-Clause",
    "author": "OVH SAS",
    "main": "./dist/ovh-angular-apiv7.min.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/ovh-ux/ovh-angular-apiv7.git"
    },
    "ignore": [
        "components",
        "bower_components",
        "node_modules",
        "Gruntfile.js",
        "src",
        "karma.conf.js",
        ".jshintrc",
        ".jscsrc",
        ".editorconfig"
    ],
    "dependencies": {
        "angular": ">=1.3.0 <1.6.0",
        "angular-resource": ">=1.3.0 <1.6.0",
        "lodash": ">3.10.0 <4.0.0"
    },
    "devDependencies": {
        "angular-mocks": ">=1.3.0 <1.6.0",
        "jquery": "2.1.x"
    }
}
