{
    "name": "aop-part",
    "description": "A simple AOP library using part.js",
    "keywords": [
        "aop",
        "aspect",
        "oriented",
        "before",
        "after",
        "around"
    ],
    "homepage": "https://github.com/AutoSponge/aop",
    "version": "0.1.0",
    "repository": {
        "type" : "git",
        "url": "https://github.com/AutoSponge/aop"
    },
    "bugs": {
        "url" : "https://github.com/AutoSponge/aop/issues",
        "email" : "pgrenier@gmail.com"
    },
    "license": "MIT",
    "author": { "name" : "Paul Grenier",
        "email" : "pgrenier@gmail.com",
        "url" : "http://autosponge.github.io/"
    },
    "files": [
        "doc",
        "lib",
        "test",
        "Gruntfile.js",
        "LICENSE",
        "README.md"
    ],
    "main": "./lib/aop",
    "engines": {
        "node" : "*"
    },
    "dependencies": {
        "part": "~0.1.1"
    },
    "devDependencies": {
        "grunt": "~0.4.1",
        "grunt-contrib-jshint": "~0.6.3",
        "grunt-contrib-nodeunit": "~0.2.0",
        "load-grunt-tasks": "~0.2.0",
        "jshint-stylish": "~0.1.3",
        "grunt-docco": "~0.3.0"
    }
}