-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "json-mapper-json",
"version": "1.3.3",
"main": "./index.js",
"description": "convert json object into a new formatted json object",
"scripts": {
"test": "NODE_ENV=test node --harmony ./node_modules/mocha/bin/_mocha",
"cover": "NODE_ENV=test node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha"
},
"keywords": [
"json",
"mapper",
"mapping",
"formatting",
"format"
],
"author": "marchah <marchah.dev@gmail.com>",
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"bson": "*"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.32.0",
"istanbul": "^0.4.5",
"mocha": "^9.0.3",
"mongoose": "^5.13.7",
"rewire": "^5.0.0"
},
"engines": {
"node": ">=4.1.0",
"iojs": ">= 2.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/json-mapper-json.git"
},
"bugs": {
"url": "https://github.com/marchah/json-mapper-json/issues"
},
"homepage": "https://github.com/marchah/json-mapper-json",
"license": "MIT"
}