|
7 | 7 | "test": "test" |
8 | 8 | }, |
9 | 9 | "scripts": { |
10 | | - "test": "npm run lint && bash -c 'source ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout -m 5000'", |
| 10 | + "test": "npm run lint && sh -c '. ./config/development.env; ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 50 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r lab-quieter-reporter -o stdout -m 5000'", |
11 | 11 | "testdata": "node test/lib/service.js", |
12 | 12 | "covrep": "bash test/covrep.sh", |
13 | 13 | "lint": "./node_modules/.bin/semistandard *.js config/config.js", |
|
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "async": "0.9.0", |
| 31 | + "camelcase": "^4.1.0", |
31 | 32 | "cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git", |
32 | 33 | "cp-logs-lib": "git://github.com/CoderDojo/cp-logs-lib#1.1.0", |
33 | 34 | "cp-permissions-plugin": "git://github.com/CoderDojo/cp-permissions-plugin#1.0.4", |
34 | 35 | "cp-translations": "^1.0.4", |
35 | 36 | "cuid": "1.2.5", |
| 37 | + "decamelize": "^1.2.0", |
36 | 38 | "ejs": "1.0.0", |
37 | 39 | "jed": "1.1.0", |
38 | 40 | "js-yaml": "3.2.7", |
|
42 | 44 | "newrelic": "1.19.2", |
43 | 45 | "node-uuid": "1.4.3", |
44 | 46 | "optimist": "0.6.1", |
45 | | - "pg": "4.4.0", |
| 47 | + "pg": "5.1.0", |
46 | 48 | "pg-large-object": "0.0.1", |
47 | 49 | "po2json": "0.4.2", |
48 | | - "postgrator": "2.2.0", |
| 50 | + "postgrator": "2.8.1", |
49 | 51 | "request": "2.58.0", |
50 | 52 | "seneca": "1.4", |
51 | 53 | "seneca-auth": "1.0", |
52 | | - "seneca-mail": "0.2.1", |
53 | | - "seneca-postgresql-store": "1.1.3", |
| 54 | + "seneca-mail": "^0.2.2", |
| 55 | + "seneca-postgresql-store": "2.3", |
| 56 | + "seneca-store-query": "0.0.5", |
54 | 57 | "seneca-user": "1.0", |
55 | 58 | "shortid": "2.2.2", |
56 | 59 | "util": "^0.10.3", |
57 | 60 | "xoauth2": "1.1.0" |
58 | 61 | }, |
59 | 62 | "devDependencies": { |
60 | 63 | "chai": "2.2.0", |
61 | | - "lab": "5.15.1", |
| 64 | + "lab": "14.x", |
62 | 65 | "lab-quieter-reporter": "1.0.1", |
63 | 66 | "nodemon": "1.11.0", |
64 | 67 | "pre-commit": "1.1.2", |
|
0 commit comments