UNPKG

kloak

Version:
56 lines (55 loc) 1.47 kB
{ "name": "coprop", "version": "0.8.0", "description": "Copy property and descriptors.", "main": "coprop.js", "support": "coprop.support.js", "deploy": "coprop.deploy.js", "browser": "coprop.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build": "babel coprop.js --out-file coprop.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node coprop-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/coprop.git" }, "keywords": [ "copy", "property", "descriptor", "coprop" ], "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/coprop/issues" }, "homepage": "https://github.com/volkovasystems/coprop#readme", "dependencies": { "asyum": "^0.9.0", "babel-runtime": "^6.25.0", "cnfgrble": "^0.8.0", "defyn": "^0.8.0", "dscrb": "^0.7.0", "falzy": "^0.23.0", "kein": "^0.30.0", "protype": "^0.24.0", "wrtble": "^0.8.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.5.3" } }