UNPKG

node-screwdriver

Version:

Node toolkit adding some helpful functions: files, array, string, color, math ...

64 lines (63 loc) 1.37 kB
{ "name": "node-screwdriver", "version": "0.1.7", "description": "Node toolkit adding some helpful functions: files, array, string, color, math ...", "main": "index.js", "dependencies": { "deasync": "^0.1.9" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" }, "scripts": { "test": "./node_modules/.bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/Komrod/screwdriver.git" }, "keywords": [ "screwdriver", "toolkit", "screwdriver toolkit", "node toolkit", "math functions", "file functions", "string functions", "array functions", "color functions", "time functions", "mkdir", "mkdirp", "mkdirpSync", "isBoolean", "isInt", "isFunction", "isObject", "isString", "isArray", "isDefined", "isUndefined", "unique", "randFloat", "randInt", "fileExists", "dirExists", "touch", "trim", "ucfirst", "contains", "endsWith", "startsWith", "quickSort", "hexToRgb", "rgbToHex" ], "author": "Komrod <komrod@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Komrod/screwdriver/issues" }, "homepage": "https://github.com/Komrod/screwdriver#readme" }