UNPKG

dictate

Version:
51 lines (50 loc) 1.31 kB
{ "name": "valu", "version": "0.6.0", "description": "Get object's own enumerable values.", "main": "valu.js", "support": "valu.support.js", "deploy": "valu.deploy.js", "browser": "valu.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "build": "babel valu.js --out-file valu.support.js --source-maps && webpack --progress --display-modules", "pretest": "npm run clear && npm run build", "test": "node valu-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/valu.git" }, "keywords": [ "get", "object", "own", "enumerable", "value", "valu" ], "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/valu/issues" }, "homepage": "https://github.com/volkovasystems/valu#readme", "dependencies": { "babel-runtime": "^6.25.0", "falze": "^0.26.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" } }