-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 995 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
42
43
44
45
46
47
48
49
{
"name": "react-native-bson",
"description": "A bson parser for node.js and the browser",
"keywords": [
"mongodb",
"bson",
"parser"
],
"files": [
"lib",
"browser_build",
"alternate_parsers",
"bower.json",
"tools",
"deserializer_bak.js"
],
"version": "0.0.3",
"author": "windhost <[email protected]>",
"contributors": [],
"repository": "windhost/react-native-bson",
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/windhost/react-native-bson/issues"
},
"dependencies": {
"buffer": "^4.9.1"
},
"devDependencies": {
"benchmark": "1.0.0",
"colors": "1.1.0",
"gleak": "0.2.3",
"nodeunit": "0.9.0"
},
"config": {
"native": false
},
"main": "./lib/bson/index",
"directories": {
"lib": "./lib/bson"
},
"engines": {
"node": ">=0.6.19"
},
"scripts": {
"test": "nodeunit ./test/node"
},
"browser": "lib/bson/bson.js",
"license": "Apache-2.0"
}