UNPKG

878 BJSONView Raw
1{
2 "name": "bson-objectid",
3 "version": "1.3.1",
4 "description": "Construct ObjectIDs without the mongodb driver or bson module",
5 "main": "objectid.js",
6 "types": "./objectid.d.ts",
7 "directories": {
8 "test": "test"
9 },
10 "scripts": {
11 "typescript-test": "tsc --project typing-tests",
12 "test": "mocha"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/williamkapke/bson-objectid.git"
17 },
18 "keywords": [
19 "ObjectID",
20 "mongo",
21 "mongodb",
22 "bson",
23 "createFromHexString",
24 "hex"
25 ],
26 "author": "William Kapke",
27 "license": "Apache-2.0",
28 "bugs": {
29 "url": "https://github.com/williamkapke/bson-objectid/issues"
30 },
31 "homepage": "https://github.com/williamkapke/bson-objectid",
32 "devDependencies": {
33 "@types/node": "^8.0.31",
34 "should": "^4.1.0",
35 "typescript": "^2.5.3",
36 "mocha": "^5.2.0"
37 }
38}