{
    "directories": {
        "test": "test"
    },
    "name": "angular-base-class",
    "version": "0.0.6",
    "description": "An AngularJS service for class creation with prototypical inheritance and mixins.",
    "author": "Audrius Jakumavicius",
    "license": "MIT",
    "main": "angular-base-class.js",
    "files": [
        "example",
        "angular-base-class.js",
        "angular-base-class.min.js",
        "package.json",
        "LICENSE",
        "README.md"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/aj-dev/angular-base-class"
    },
    "bugs": {
        "url": "https://github.com/aj-dev/angular-base-class/issues"
    },
    "dependencies": {
        "angular": "^1.5.5"
    },
    "devDependencies": {
        "angular-mocks": "^1.5.5",
        "grunt": "^1.0.1",
        "grunt-bump": "^0.8.0",
        "grunt-contrib-uglify": "^1.0.1",
        "grunt-karma": "^0.12.2",
        "grunt-karma-coveralls": "^2.5.4",
        "jasmine-core": "2.4.1",
        "karma": "^0.13.22",
        "karma-coverage": "^0.5.5",
        "karma-jasmine": "^0.3.8",
        "karma-phantomjs-launcher": "^1.0.0",
        "load-grunt-tasks": "^3.5.0",
        "matchdep": "^1.0.1",
        "phantomjs-prebuilt": "2.1.7"
    },
    "scripts": {
        "test": "grunt test && grunt coveralls"
    }
}
