jsonapi-serializer
Version:
A Node.js framework agnostic library for serializing your data to JSON API
27 lines (26 loc) • 620 B
JSON
{
"name": "jsonapi-serializer",
"version": "3.6.9",
"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",
"repository": "SeyZ/jsonapi-serializer",
"engines": {
"node": ">=0.12"
},
"dependencies": {
"inflected": "^1.1.6",
"lodash": "^4.16.3"
},
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"mocha": "^5.2.0",
"mongoose": "^4.3.4"
}
}