UNPKG

bse

Version:
71 lines (70 loc) 1.94 kB
{ "name": "falzy", "version": "0.23.0", "description": "Check if the value is undefined, null, empty string, NaN and Infinity.", "main": "falzy.js", "support": "falzy.support.js", "deploy": "falzy.deploy.js", "browser": "falzy.deploy.js", "scripts": { "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "formal": "jesy apply '*.json'", "build:support": "gulp --module falzy --all", "build:deploy": "webpack --config webpack.compact.js --progress --display-modules", "rebuild": "npm run build:support && npm run build:deploy", "build": "npm run pristine && npm run rebuild", "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/falzy.git" }, "keywords": [ "value", "undefined", "null", "empty-string", "NaN", "false", "falsy", "falzy" ], "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/falzy/issues" }, "homepage": "https://github.com/volkovasystems/falzy#readme", "dependencies": { "babel-runtime": "^6.23.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", "electron": "^1.6.11", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-changed": "^3.1.0", "gulp-debug": "^3.1.0", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-sourcemaps": "^2.6.0", "mocha": "^3.4.2", "should": "^11.2.1", "source-map-loader": "^0.2.1", "wdio-json-reporter": "^0.2.1", "wdio-mocha-framework": "^0.5.10", "wdio-selenium-standalone-service": "^0.0.9", "webdriverio": "^4.8.0", "webpack": "^3.3.0", "yargs": "^8.0.2" } }