@resource-sentry/reader-properties
Version:
Resource Sentry Properties Reader.
37 lines (36 loc) • 820 B
JSON
{
"name": "@resource-sentry/reader-properties",
"version": "1.0.0",
"description": "Resource Sentry Properties Reader.",
"main": "./src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-sentry/reader-properties.git"
},
"keywords": [
"reader",
"static",
"sentry",
"properties",
"java",
"resource-sentry",
"rs"
],
"author": "Nicolas Siver",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-sentry/reader-properties/issues"
},
"homepage": "https://github.com/resource-sentry/reader-properties#readme",
"dependencies": {
"@resource-sentry/utils": "^1.0.0",
"bluebird": "^3.5.1",
"clone-deep": "^4.0.0"
},
"devDependencies": {
"jest": "^22.4.3"
}
}