UNPKG

@feathers-plus/common

Version:

Shared utility functions for Feathers-plus.

61 lines (60 loc) 1.72 kB
{ "name": "@feathers-plus/common", "description": "Shared utility functions for Feathers-plus.", "version": "0.1.0", "homepage": "https://github.com/feathers-plus/common", "main": "lib/", "keywords": [ "feathers", "feathers-plugin", "feathers-plus" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/feathers-plus/common.git" }, "author": { "name": "Feathers-plus contributors", "email": "johnsz9999 at g mail dot com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathers-plus/common/issues" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "publish": "git push origin --tags && npm run changelog && git push origin", "release:pre": "npm version prerelease && npm publish --tag pre", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"", "lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix", "mocha": "mocha --opts mocha.opts", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts", "test": "npm run lint && npm run coverage" }, "semistandard": { "sourceType": "module", "env": [ "mocha" ] }, "directories": { "lib": "lib" }, "dependencies": { "short-hash": "1.0.0", "sort-keys": "2.0.0" }, "devDependencies": { "chai": "3.5.0", "istanbul": "1.1.0-alpha.1", "mocha": "3.5.3", "semistandard": "11.0.0" } }