UNPKG

494 BJSONView Raw
1{
2 "name": "jsonapi-serializer",
3 "main": "index.js",
4 "version": "2.0.2",
5 "homepage": "https://github.com/SeyZ/jsonapi-serializer",
6 "authors": [
7 "Sandro Munda <sandro@munda.me>"
8 ],
9 "description": "A Node.js (browserified) framework agnostic library for serializing your data to JSON API",
10 "keywords": [
11 "jsonapi",
12 "serializer"
13 ],
14 "license": "MIT",
15 "ignore": [
16 "node_modules",
17 "bower_components",
18 "public/js/components",
19 "test",
20 "tests"
21 ]
22}