UNPKG

jsonapi-serializer-lite

Version:
30 lines (29 loc) 726 B
{ "name": "jsonapi-serializer-lite", "version": "0.10.0", "description": "Lightweight JSON API serializer", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha test --timeout 15000 --recursive --reporter list" }, "repository": { "type": "git", "url": "https://github.com/fabriciotav/jsonapi-serializer-lite.git" }, "keywords": [ "JSONAPI", "serializer" ], "author": "Fabrício Tavares", "license": "MIT", "bugs": { "url": "https://github.com/fabriciotav/jsonapi-serializer-lite/issues" }, "homepage": "https://github.com/fabriciotav/jsonapi-serializer-lite", "dependencies": { "lodash": "4.17.15" }, "devDependencies": { "mocha": "7.1.1" } }