execd
Version:
Check if method has been called.
55 lines • 1.46 kB
JSON
{
"name": "plough",
"version": "0.29.0",
"description": "Flatten arrays",
"main": "plough.js",
"support": "plough.support.js",
"deploy": "plough.deploy.js",
"browser": "plough.deploy.js",
"scripts": {
"build": "babel plough.js --out-file plough.support.js --source-maps && webpack --progress --display-modules",
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"formal": "jesy apply '*.json'",
"pretest": "npm run clear && npm run build",
"test": "node plough-test.js",
"posttest": "npm run formal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/plough.git"
},
"keywords": [
"flatten-arrays",
"flat-arrays",
"arrays",
"array",
"flat",
"plough"
],
"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/plough/issues"
},
"homepage": "https://github.com/volkovasystems/plough#readme",
"dependencies": {
"arid": "^0.30.0",
"babel-runtime": "^6.23.0",
"decrease": "^0.27.0",
"doubt": "^0.34.0",
"raze": "^0.34.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.3.0"
}
}