kloak
Version:
Pretend delegated function.
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "transpher",
"version": "0.30.0",
"description": "Transfer all properties.",
"main": "transpher.js",
"support": "transpher.support.js",
"deploy": "transpher.deploy.js",
"browser": "transpher.deploy.js",
"scripts": {
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"build": "babel transpher.js --out-file transpher.support.js --source-maps && webpack --progress --display-modules",
"pretest": "npm run clear && npm run build",
"test": "node transpher-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/transpher.git"
},
"keywords": [
"transfer",
"all",
"property",
"transpher"
],
"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/transpher/issues"
},
"homepage": "https://github.com/volkovasystems/transpher#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"coprop": "^0.8.0",
"falzy": "^0.23.0",
"kein": "^0.30.0",
"wichevr": "^0.14.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"
}
}