-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 849 Bytes
/
package.json
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
{
"name": "flatten-obj",
"version": "3.1.1",
"description": "Converts an object literal with deeply nested nodes to a simple key/value object",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"keywords": [
"mongo",
"mongodb",
"flatten",
"compound",
"keys",
"update",
"flatten",
"nested",
"dot"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"dependencies": {
"isobj": "^1.0.0"
},
"devDependencies": {
"standard": "^10.0.2",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/flatten-obj.git"
},
"bugs": {
"url": "https://github.com/watson/flatten-obj/issues"
},
"homepage": "https://github.com/watson/flatten-obj",
"coordinates": [
55.6716224,
12.5655428
]
}