|
1 | 1 | { |
2 | 2 | "name": "evaengine", |
3 | | - "version": "0.6.1", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "EvaEngine for Node.js, a micro service development engine", |
5 | 5 | "license": "MIT", |
6 | 6 | "package-lock": false, |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
9 | | - "url": "git://github.com/EvaEngine/EvaEngine.js.git" |
| 9 | + "url": "https://github.com/EvaEngine/EvaEngine.js.git" |
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | 12 | "prestart": "npm run build", |
13 | 13 | "prepublish": "rm -rf ./lib && npm run build", |
14 | 14 | "ava": "cross-env LOG_LEVEL=error NODE_ENV=test ava --verbose --serial", |
15 | 15 | "test": "nyc -a --reporter=lcov --reporter=text --reporter=html npm run ava", |
16 | 16 | "lint": "eslint src/* --ext .js", |
17 | | - "build": "./node_modules/.bin/babel -D -s -d lib/ src/" |
| 17 | + "build": "./node_modules/.bin/babel -D -s -d lib/ src/", |
| 18 | + "travis-deploy-once": "travis-deploy-once", |
| 19 | + "semantic-release": "semantic-release" |
18 | 20 | }, |
19 | 21 | "engines": { |
20 | 22 | "node": ">=6.0.0" |
|
64 | 66 | ] |
65 | 67 | }, |
66 | 68 | "dependencies": { |
67 | | - "acorn": "^5.0.3", |
| 69 | + "acorn": "^5.4.1", |
68 | 70 | "app-root-path": "^2.0.1", |
69 | 71 | "babel-polyfill": "^6.23.0", |
70 | 72 | "cloud-config-client": "^1.0.0", |
71 | | - "connect-redis": "^3.3.2", |
| 73 | + "connect-redis": "^3.3.3", |
72 | 74 | "constitute": "^1.6.2", |
73 | 75 | "continuation-local-storage": "^3.2.1", |
74 | | - "doctrine": "^2.0.2", |
| 76 | + "doctrine": "^2.1.0", |
75 | 77 | "express": "^4.15.3", |
76 | 78 | "express-session": "^1.15.3", |
77 | 79 | "glob": "^7.1.2", |
|
80 | 82 | "js-yaml": "^3.8.4", |
81 | 83 | "jwt-simple": "^0.5.1", |
82 | 84 | "later": "^1.2.0", |
83 | | - "lodash": "^4.17.4", |
| 85 | + "lodash": "^4.17.5", |
84 | 86 | "mkdirp": "^0.5.1", |
85 | | - "moment": "^2.19.4", |
| 87 | + "moment": "^2.20.1", |
86 | 88 | "moment-timezone": "^0.5.13", |
87 | 89 | "morgan": "^1.8.2", |
88 | 90 | "mysql": "^2.13.0", |
|
92 | 94 | "request": "^2.81.0", |
93 | 95 | "request-promise-native": "^1.0.4", |
94 | 96 | "sequelize": "^3.31.0", |
95 | | - "swagger-ui-dist": "^3.6.1", |
| 97 | + "swagger-ui-dist": "^3.10.0", |
96 | 98 | "winston": "^2.3.1", |
97 | | - "yargs": "^10.0.3" |
| 99 | + "yargs": "^11.0.0" |
98 | 100 | }, |
99 | 101 | "devDependencies": { |
100 | | - "ava": "^0.24.0", |
| 102 | + "ava": "^0.25.0", |
101 | 103 | "babel-cli": "^6.24.1", |
102 | 104 | "babel-core": "^6.25.0", |
103 | | - "babel-eslint": "^8.0.3", |
| 105 | + "babel-eslint": "^8.2.1", |
104 | 106 | "babel-plugin-transform-builtin-extend": "^1.1.2", |
105 | 107 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
106 | 108 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
107 | 109 | "babel-preset-env": "^1.6.1", |
108 | | - "cross-env": "^5.1.1", |
109 | | - "eslint": "^4.13.1", |
| 110 | + "cross-env": "^5.1.3", |
| 111 | + "eslint": "^4.17.0", |
110 | 112 | "eslint-config-airbnb": "^16.1.0", |
111 | 113 | "eslint-plugin-import": "^2.2.0", |
112 | 114 | "eslint-plugin-jsx-a11y": "^6.0.2", |
113 | | - "eslint-plugin-react": "^7.1.0", |
| 115 | + "eslint-plugin-react": "^7.6.1", |
114 | 116 | "is-type-of": "^1.0.0", |
115 | | - "nock": "^9.1.4", |
116 | | - "nyc": "^11.3.0", |
117 | | - "pre-commit": "^1.2.2" |
| 117 | + "nock": "^9.1.6", |
| 118 | + "nyc": "^11.4.1", |
| 119 | + "pre-commit": "^1.2.2", |
| 120 | + "semantic-release": "^12.4.1", |
| 121 | + "travis-deploy-once": "^4.3.4" |
118 | 122 | } |
119 | 123 | } |
0 commit comments