{
"name": "corifeus-utils",
"version": "1.1.906-325",
"corifeus": {
"icon": "fa fa-lightbulb-o",
"code": "Memory",
"publish": true,
"nodejs": "v9.10.1"
},
"description": "Corifeus Utils - Memory",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --report clover -- -R spec test/mocha/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus-utils.git"
},
"keywords": [
"corifeus",
"nodejs",
"node",
"utils"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/corifeus-utils/issues"
},
"homepage": "https://pages.corifeus.com/corifeus-utils",
"devDependencies": {
"corifeus-builder": "^1.7.1288-341"
},
"dependencies": {
"fs-extra": "^5.0.0",
"lodash": "^4.17.5",
"ms": "^2.1.1",
"mz": "^2.7.0",
"timestring": "^5.0.0",
"uuid": "^3.2.1"
},
"engines": {
"node": ">=8.9.0"
}
}