|
1 | 1 | {
|
2 | 2 | "name": "js-data-mongodb",
|
3 | 3 | "description": "MongoDB adapter for js-data.",
|
4 |
| - "version": "1.0.0-rc.1", |
| 4 | + "version": "1.0.0-rc.2", |
5 | 5 | "homepage": "https://github.com/js-data/js-data-mongodb",
|
6 | 6 | "repository": {
|
7 | 7 | "type": "git",
|
|
41 | 41 | "dist/"
|
42 | 42 | ]
|
43 | 43 | },
|
44 |
| - "babel": { |
45 |
| - "presets": [ |
46 |
| - "es2015" |
47 |
| - ] |
48 |
| - }, |
49 | 44 | "scripts": {
|
50 |
| - "lint": "repo-tools lint \"**/*.js\"", |
51 |
| - "bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-mongodb.js -m dist/js-data-mongodb.js.map src/index.js && repo-tools write-version dist/js-data-mongodb.js", |
| 45 | + "lint": "standard '**/*.js'", |
| 46 | + "bundle": "rollup src/index.js -c -o dist/js-data-mongodb.js -m dist/js-data-mongodb.js.map -f cjs && repo-tools write-version dist/js-data-mongodb.js", |
52 | 47 | "doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src",
|
53 |
| - "watch": "watch \"npm run bundle\" src/", |
54 | 48 | "build": "npm run lint && npm run bundle",
|
55 | 49 | "mocha": "mocha -t 20000 -R dot -r babel-core/register -r babel-polyfill mocha.start.js",
|
56 | 50 | "cover": "nyc --require babel-core/register --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html",
|
|
63 | 57 | },
|
64 | 58 | "peerDependencies": {
|
65 | 59 | "bson": ">=0.3.x",
|
66 |
| - "js-data": "^3.0.0-rc.4", |
| 60 | + "js-data": "^3.0.0-rc.9", |
67 | 61 | "mongodb": ">=1.3.x"
|
68 | 62 | },
|
69 | 63 | "devDependencies": {
|
70 |
| - "js-data-repo-tools": "0.5.6" |
| 64 | + "babel-core": "6.24.1", |
| 65 | + "babel-eslint": "7.2.3", |
| 66 | + "babel-plugin-external-helpers": "6.22.0", |
| 67 | + "babel-plugin-syntax-async-functions": "6.13.0", |
| 68 | + "babel-plugin-transform-regenerator": "6.24.1", |
| 69 | + "babel-polyfill": "6.23.0", |
| 70 | + "babel-preset-es2015": "6.24.1", |
| 71 | + "chai": "3.5.0", |
| 72 | + "ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c", |
| 73 | + "js-data-repo-tools": "1.0.0", |
| 74 | + "jsdoc": "3.4.3", |
| 75 | + "mocha": "3.4.2", |
| 76 | + "nyc": "10.3.2", |
| 77 | + "rollup": "0.41.6", |
| 78 | + "rollup-plugin-babel": "2.7.1", |
| 79 | + "sinon": "2.3.1", |
| 80 | + "standard": "10.0.2" |
71 | 81 | }
|
72 | 82 | }
|
0 commit comments