|
1 | 1 | { |
2 | | - "name": "mmtc-ke", |
3 | | - "version": "0.8.0", |
| 2 | + "name": "mmtc", |
| 3 | + "version": "0.9.0", |
| 4 | + "description": "Calculate Mobile Money Transaction Cost", |
4 | 5 | "private": true, |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git://github.com/forfuturellc/mmtc.git" |
| 9 | + }, |
| 10 | + "author": { |
| 11 | + "name": "GochoMugo", |
| 12 | + "email": "mugo@forfuture.co.ke", |
| 13 | + "url": "http://www.gmugo.in" |
| 14 | + }, |
| 15 | + "engines": { |
| 16 | + "node": ">=6" |
| 17 | + }, |
5 | 18 | "scripts": { |
6 | 19 | "build": "grunt build", |
7 | | - "postinstall": "HOME=${BOWER_HOME:-${HOME}} bower install", |
| 20 | + "publish": "npm run build && docker build --tag forfuture/mmtc --build-arg \"NODE_ENV=production\" .", |
8 | 21 | "start": "forever app.js", |
9 | 22 | "start-dev": "DEBUG=mmtc-ke:* nodemon app.js", |
10 | 23 | "test": "grunt test", |
11 | 24 | "test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.*.js" |
12 | 25 | }, |
13 | 26 | "dependencies": { |
14 | | - "ajv": "^4.9.0", |
15 | | - "body-parser": "^1.15.2", |
16 | | - "bower": "^1.8.0", |
| 27 | + "ajv": "^4.11.3", |
| 28 | + "body-parser": "^1.16.1", |
17 | 29 | "common-errors": "^1.0.0", |
18 | | - "config": "^1.24.0", |
19 | | - "debug": "^2.3.2", |
20 | | - "express": "^4.14.0", |
| 30 | + "config": "^1.25.1", |
| 31 | + "debug": "^2.6.1", |
| 32 | + "express": "^4.14.1", |
21 | 33 | "forever": "^0.15.3", |
22 | | - "lodash": "^4.17.0", |
| 34 | + "lodash": "^4.17.4", |
23 | 35 | "nunjucks": "^3.0.0", |
24 | | - "showdown": "^1.5.0", |
25 | | - "winston": "^2.3.0" |
26 | | - }, |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "git://github.com/forfuturellc/mmtc-ke.git" |
30 | | - }, |
31 | | - "author": { |
32 | | - "name": "GochoMugo", |
33 | | - "email": "mugo@forfuture.co.ke", |
34 | | - "url": "http://www.gmugo.in" |
35 | | - }, |
36 | | - "engines": { |
37 | | - "node": ">=6" |
| 36 | + "showdown": "^1.6.4", |
| 37 | + "winston": "^2.3.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "babel-preset-es2015": "^6.18.0", |
| 40 | + "babel-preset-es2015": "^6.22.0", |
41 | 41 | "babelify": "^7.3.0", |
42 | | - "coveralls": "^2.11.15", |
| 42 | + "bower": "^1.8.0", |
| 43 | + "coveralls": "^2.11.16", |
43 | 44 | "elbow": "^1.0.0", |
44 | 45 | "grunt": "^1.0.1", |
45 | 46 | "grunt-browserify": "^5.0.0", |
46 | 47 | "grunt-cli": "^1.2.0", |
47 | 48 | "grunt-eslint": "^19.0.0", |
48 | 49 | "grunt-mocha-test": "^0.13.2", |
49 | | - "grunt-sass": "^1.2.1", |
| 50 | + "grunt-sass": "^2.0.0", |
50 | 51 | "istanbul": "^0.4.5", |
51 | 52 | "load-grunt-tasks": "^3.5.2", |
52 | | - "mocha": "^3.1.2", |
| 53 | + "mocha": "^3.2.0", |
53 | 54 | "mocha-lcov-reporter": "^1.2.0", |
54 | 55 | "nodemon": "^1.11.0", |
55 | 56 | "uglifyify": "^3.0.4" |
|
0 commit comments