UNPKG

620 BJSONView Raw
1{
2 "name": "jsonapi-serializer",
3 "version": "3.6.7",
4 "description": "A Node.js framework agnostic library for serializing your data to JSON API",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha"
8 },
9 "author": "Sandro Munda <sandro@munda.me>",
10 "license": "MIT",
11 "repository": "SeyZ/jsonapi-serializer",
12 "engines": {
13 "node": ">=0.12"
14 },
15 "dependencies": {
16 "inflected": "^1.1.6",
17 "lodash": "^4.16.3"
18 },
19 "devDependencies": {
20 "chai": "^2.3.0",
21 "grunt": "^1.0.3",
22 "grunt-browserify": "^5.3.0",
23 "mocha": "^5.2.0",
24 "mongoose": "^4.3.4"
25 }
26}