esoop
Version:
Class and Object Oriented Programming Utils Using the Standard and Native Class Support of ES6/7/8/9...
42 lines (41 loc) • 884 B
JSON
{
"name": "esoop",
"version": "1.0.0",
"description": "Class and Object Oriented Programming Utils Using the Standard and Native Class Support of ES6/7/8/9...",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imnemo/esoop.git"
},
"keywords": [
"oop",
"class",
"design-pattern",
"es-class",
"es-oop",
"js-design-pattern",
"modernjs",
"es6",
"es6",
"es7",
"addon",
"node-module",
"npm"
],
"author": "imnemo <oncoding1988@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/imnemo/esoop/issues"
},
"homepage": "https://github.com/imnemo/esoop#readme",
"dependencies": {
"lodash": "4.17.4"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "4.1.0"
}
}