forked from SeyZ/jsonapi-serializer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 748 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@atwinta/jsonapi-serializer",
"version": "3.6.11",
"description": "A Node.js framework agnostic library for serializing your data to JSON API",
"main": "index.js",
"types": "types.d.ts",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Sandro Munda <sandro@munda.me>",
"license": "MIT",
"repository": "https://github.com/Atwinta/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"
},
"peerDependencies": {
"@types/jsonapi-serializer": "^3.6.8"
}
}