3b4945f3dd9e785d0390175de98012c8b7552eec
[aai/esr-gui.git] /
1 {
2   "name": "bson",
3   "description": "A bson parser for node.js and the browser",
4   "keywords": [
5     "mongodb",
6     "bson",
7     "parser"
8   ],
9   "files": [
10     "lib",
11     "index.js",
12     "browser_build",
13     "bower.json"
14   ],
15   "version": "1.0.2",
16   "author": {
17     "name": "Christian Amor Kvalheim",
18     "email": "christkv@gmail.com"
19   },
20   "contributors": [],
21   "repository": {
22     "type": "git",
23     "url": "git+https://github.com/mongodb/js-bson.git"
24   },
25   "bugs": {
26     "url": "https://github.com/mongodb/js-bson/issues"
27   },
28   "devDependencies": {
29     "benchmark": "1.0.0",
30     "colors": "1.1.0",
31     "nodeunit": "0.9.0",
32     "babel-core": "^6.14.0",
33     "babel-loader": "^6.2.5",
34     "babel-polyfill": "^6.13.0",
35     "babel-preset-es2015": "^6.14.0",
36     "babel-preset-stage-0": "^6.5.0",
37     "babel-register": "^6.14.0",
38     "webpack": "^1.13.2",
39     "webpack-polyfills-plugin": "0.0.9"
40   },
41   "config": {
42     "native": false
43   },
44   "main": "./index",
45   "directories": {
46     "lib": "./lib/bson"
47   },
48   "engines": {
49     "node": ">=0.6.19"
50   },
51   "scripts": {
52     "test": "nodeunit ./test/node",
53     "build": "webpack --config ./webpack.dist.config.js"
54   },
55   "browser": "lib/bson/bson.js",
56   "license": "Apache-2.0",
57   "gitHead": "e2fb5d9adfd1525b80814c203759a9598df99c94",
58   "homepage": "https://github.com/mongodb/js-bson#readme",
59   "_id": "bson@1.0.2",
60   "_shasum": "7e8a8066379f4faa2e4795dbe7ee2d595b3c4ae1",
61   "_from": "bson@>=1.0.1 <1.1.0",
62   "_npmVersion": "3.10.8",
63   "_nodeVersion": "6.9.1",
64   "_npmUser": {
65     "name": "christkv",
66     "email": "christkv@gmail.com"
67   },
68   "dist": {
69     "shasum": "7e8a8066379f4faa2e4795dbe7ee2d595b3c4ae1",
70     "tarball": "https://registry.npmjs.org/bson/-/bson-1.0.2.tgz"
71   },
72   "maintainers": [
73     {
74       "name": "octave",
75       "email": "chinsay@gmail.com"
76     },
77     {
78       "name": "christkv",
79       "email": "christkv@gmail.com"
80     }
81   ],
82   "_npmOperationalInternal": {
83     "host": "packages-18-east.internal.npmjs.com",
84     "tmp": "tmp/bson-1.0.2.tgz_1483371724203_0.9188052278477699"
85   },
86   "_resolved": "https://registry.npmjs.org/bson/-/bson-1.0.2.tgz"
87 }