This commit is contained in:
Christopher Jeffrey 2018-03-12 15:51:32 -07:00
parent 059d237b5b
commit 28b3fe066c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bcfg", "name": "bcfg",
"version": "0.0.1", "version": "0.0.2",
"description": "Config parser for bcoin", "description": "Config parser for bcoin",
"keywords": [ "keywords": [
"conf", "conf",
@ -24,14 +24,14 @@
"devDependencies": { "devDependencies": {
"babelify": "^8.0.0", "babelify": "^8.0.0",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"browserify": "^14.5.0", "browserify": "^16.1.1",
"eslint": "^4.14.0", "eslint": "^4.18.2",
"mocha": "^4.0.1", "mocha": "^5.0.4",
"uglifyjs-webpack-plugin": "^1.1.5", "uglifyjs-webpack-plugin": "^1.2.3",
"uglify-es": "^3.1.3", "uglify-es": "^3.3.9",
"webpack": "^3.10.0" "webpack": "^4.1.1"
}, },
"engines": { "engines": {
"node": ">=7.6.0" "node": ">=7.6.0"