UNPKG

acdc

Version:

JavaScript object transformation

50 lines (49 loc) 1.15 kB
{ "name": "acdc", "version": "2.0.0", "main": "index.js", "directories": { "test": "tests" }, "dependencies": { "async": "^2.6.1", "debug": "^3.1.0", "hogan.js": "^3.0.2", "joi": "^13.5.2", "json-pointer": "^0.6.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.10", "merge-defaults": "^0.2.1", "moment-timezone": "^0.5.21", "ramda": "^0.25.0", "require-all": "^3.0.0" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-imperative": "^2.0.1", "eslint-plugin-imperative": "^2.0.0", "husky": "^0.14.3", "mocha": "^5.2.0" }, "scripts": { "test": "mocha --recursive tests", "lint": "eslint .", "precommit": "npm run test", "taskdoc": "node ./doc/generate" }, "author": "GuideSmiths", "license": "ISC", "description": "JavaScript object transformation", "keywords": [ "Object", "Transformation" ], "repository": { "type": "git", "url": "https://github.com/guidesmiths/acdc.git" }, "bugs": { "url": "https://github.com/guidesmiths/acdc/issues" }, "homepage": "https://github.com/guidesmiths/acdc" }