UNPKG

cntsyz

Version:
51 lines (50 loc) 1.35 kB
{ "name": "cntsyz", "version": "0.3.0", "description": "Reconstruct class structure.", "main": "cntsyz.js", "support": "cntsyz.support.js", "deploy": "cntsyz.deploy.js", "browser": "cntsyz.deploy.js", "scripts": { "build": "babel cntsyz.js --out-file cntsyz.support.js --source-maps && webpack --progress --display-modules", "test": "mocha cntsyz-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/cntsyz.git" }, "keywords": [ "reconstruct", "class", "structure", "cntsyz" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>", "Vinse Vinalon <vinsevinalon@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/cntsyz/issues" }, "homepage": "https://github.com/volkovasystems/cntsyz#readme", "dependencies": { "asyum": "^0.8.0", "babel-runtime": "^6.23.0", "clazof": "^0.33.0", "defyn": "^0.7.0", "falzy": "^0.20.0", "kein": "^0.28.0", "truly": "^0.19.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "source-map-loader": "^0.2.1", "webpack": "^3.2.0" } }