{
    "name": "chic",
    "version": "1.1.0",

    "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",
    "keywords": [ "class", "classes", "extend", "inheritance", "oop", "prototypal", "prototype" ],
    "author": "Rowan Manning (http://rowanmanning.com/)",
    "license": "MIT",

    "homepage": "https://github.com/rowanmanning/chic",
    "bugs": "https://github.com/rowanmanning/chic/issues",

    "main": "./lib/chic.js"
}