|
5 | 5 | "files": ["lib", "index.js", "browser_build", "bower.json"], |
6 | 6 | "version": "1.0.4", |
7 | 7 | "author": "Christian Amor Kvalheim <[email protected]>", |
| 8 | + "license": "Apache-2.0", |
8 | 9 | "contributors": [], |
9 | 10 | "repository": "mongodb/js-bson", |
10 | 11 | "bugs": { |
11 | 12 | |
12 | 13 | "url": "https://github.com/mongodb/js-bson/issues" |
13 | 14 | }, |
14 | 15 | "devDependencies": { |
15 | | - "benchmark": "1.0.0", |
16 | | - "colors": "1.1.0", |
17 | | - "nodeunit": "0.9.0", |
18 | | - "babel-core": "^6.14.0", |
19 | | - "babel-loader": "^6.2.5", |
20 | | - "babel-polyfill": "^6.13.0", |
21 | | - "babel-preset-es2015": "^6.14.0", |
22 | | - "babel-preset-stage-0": "^6.5.0", |
23 | | - "babel-register": "^6.14.0", |
24 | | - "eslint": "^4.5.0", |
25 | | - "eslint-plugin-prettier": "^2.2.0", |
| 16 | + "benchmark": "^2.1.4", |
| 17 | + "babel-core": "^6.26.0", |
| 18 | + "babel-loader": "^7.1.2", |
| 19 | + "babel-polyfill": "^6.26.0", |
| 20 | + "babel-preset-env": "^1.6.0", |
| 21 | + "babel-preset-stage-0": "^6.24.1", |
| 22 | + "babel-register": "^6.26.0", |
| 23 | + "chai": "^4.1.2", |
| 24 | + "eslint": "^4.7.2", |
| 25 | + "eslint-plugin-prettier": "^2.3.1", |
26 | 26 | "istanbul": "^0.4.5", |
27 | | - "prettier": "^1.5.3", |
28 | | - "webpack": "^1.13.2", |
29 | | - "webpack-polyfills-plugin": "0.0.9" |
| 27 | + "mocha": "^3.5.3", |
| 28 | + "prettier": "^1.7.0", |
| 29 | + "webpack": "^3.6.0", |
| 30 | + "webpack-polyfills-plugin": "0.1.0" |
30 | 31 | }, |
31 | 32 | "config": { |
32 | 33 | "native": false |
|
47 | 48 | "coverage": |
48 | 49 | "istanbul cover _mocha -- --recursive --ui tdd test/node" |
49 | 50 | }, |
50 | | - "browser": "lib/bson/bson.js", |
51 | | - "license": "Apache-2.0", |
52 | | - "dependencies": { |
53 | | - "chai": "^4.1.2", |
54 | | - "mocha": "^3.5.3" |
55 | | - } |
| 51 | + "browser": "lib/bson/bson.js" |
56 | 52 | } |
0 commit comments