UNPKG

jsonapi-serializer

Version:

A Node.js framework agnostic library for serializing your data to JSON API

21 lines (20 loc) 480 B
{ "name": "jsonapi-serializer", "version": "1.0.1", "description": "A Node.js framework agnostic library for serializing your data to JSON API", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "author": "Sandro Munda <sandro@munda.me>", "license": "MIT", "dependencies": { "bluebird": "^2.9.27", "inflection": "^1.7.1", "lodash": "^3.9.3" }, "devDependencies": { "chai": "^2.3.0", "mocha": "^2.2.5" } }