{
  "name": "classy",
  "version": "1.4.10",
  "scripts": {
    "build": "browserify src/index.js -s classy o-np dist/classy.js",
    "watch": "watchify src/index.js -s classy -o dist/classy.js",
    "dev": "npm run build | npm run watch",
    "test": "karma start",
    "start": "python -m SimpleHTTPServer"
  },
  "main": "src/index.js",
  "description": "Classy - Classes for JavaScript",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "browserify": "^3.44.2",
    "watchify": "~0.8.2",
    "karma": "~0.12.14",
    "karma-jasmine": "~0.1.5",
    "karma-chrome-launcher": "~0.1.3",
    "should": "~4.0.4",
    "mocha": "~1.21.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/classyjs/classy.git"
  },
  "keywords": [
    "class",
    "super",
    "method",
    "classes",
    "inheritance",
    "hierarchy",
    "mixins",
    "override"
  ],
  "author": "Radu Brehar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/classyjs/classy/issues"
  },
  "homepage": "https://github.com/classyjs/classy",
  "dependencies": {
    "newify": "~1.1.9",
    "copy-utils": "~1.0.0"
  }
}
