UNPKG

480 BJSONView Raw
1{
2 "name": "jsonapi-serializer",
3 "version": "1.0.1",
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 "dependencies": {
12 "bluebird": "^2.9.27",
13 "inflection": "^1.7.1",
14 "lodash": "^3.9.3"
15 },
16 "devDependencies": {
17 "chai": "^2.3.0",
18 "mocha": "^2.2.5"
19 }
20}