UNPKG

execd

Version:
52 lines (51 loc) 1.37 kB
{ "name": "enyof", "version": "0.11.0", "description": "Shallow equal on any of the given parameter.", "main": "enyof.js", "support": "enyof.support.js", "deploy": "enyof.deploy.js", "browser": "enyof.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build": "babel enyof.js --out-file enyof.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node enyof-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/enyof.git" }, "keywords": [ "shallow", "equal", "any", "given", "parameter" ], "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/enyof/issues" }, "homepage": "https://github.com/volkovasystems/enyof#readme", "dependencies": { "babel-runtime": "^6.25.0", "eqe": "^0.5.0", "plough": "^0.29.0", "shft": "^0.5.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.4.1" } }