{
  "name": "x-class",
  "version": "1.0.21",
  "description": "JavaScript Development Kit that extends meta-class (Prototype) of Predefined and customized JS Class.",
  "main": "index.js",
  "scripts": {
    "test": "require('x-class')"
  },
  "keywords": [
    "meta-class",
    "jsdk",
    "kit",
    "prototype",
    "oop",
    "aop"
  ],
  "author": "Abdennour TOUMI <http://abdennoor.com>",
  "license": "MIT",
  "dependencies": {
    "x-array": "^1.0.15",
    "x-date": "^1.0.2",
    "x-function": "^1.0.3",
    "x-number": "^1.0.1",
    "x-object": "^1.0.2",
    "x-string": "^1.0.7"
  }
}
