UNPKG

class-o-mat

Version:

ALPHA VERSION ONLY: class-o-mats will help to create getter-setter functionality with validations that can be attached to a container class for easier coding. Some basic validations are included. class-o-mats also has the ability to store params as bloc

59 lines (58 loc) 1.94 kB
{ "name": "class-o-mat", "version": "0.6.1", "description": "ALPHA VERSION ONLY: class-o-mats will help to create getter-setter functionality with validations that can be attached to a container class for easier coding. Some basic validations are included. class-o-mats also has the ability to store params as blocks, each block can contain specific allow parameters'", "main": "./lib/index.js", "scripts": { "test": "pwd && NODE_PATH=$(pwd) mocha ./test/index.js | ./node_modules/.bin/bunyan", "clean": "rimraf ./lib", "build": "rimraf ./lib && babel ./src --out-dir ./lib --source-maps", "watch": "babel-watch ./src --out-dir ./lib --source-maps", "bundle": "browserify ./src/index.js -o public/js/bundle.js -t [babelify]", "prepublish": "npm run build" }, "author": "Robert LaMarca <robertlamarca@gmail.com>", "license": "GPL-2.0", "repository": { "type": "git", "url": "https://github.com/bobbwhy/class-o-mat" }, "dependencies": { "babelify": "^7.3.0", "browserify": "^14.3.0", "lodash.clonedeep": "^4.5.0", "lodash.merge": "^4.6.0", "mixin-decorator": "^1.0.5", "named-dep-counter": "^0.6.0", "prop-types": "^15.5.7", "uglifyify": "^3.0.4", "uuid": "^3.0.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-plugin-transform-decorators": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.24.1", "babel-transform-dir": "^1.0.4", "babel-watch": "^2.0.7", "bunyan": "^1.8.10", "chai": "^3.5.0", "mocha": "^3.2.0", "node-monitor-ui": "^1.0.6", "rimraf": "^2.6.1" }, "keywords": [ "classOMat", "meta", "meta-programming", "metaprogamming", "class-factory", "classfactory", "class", "factory", "utils" ] }