opbeat-ionic
Version:
The unofficial Opbeat client for Ionic
63 lines (62 loc) • 1.29 kB
JSON
{
"name": "opbeat-ionic",
"version": "1.1.3",
"description": "The unofficial Opbeat client for Ionic",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"test-cli": "node test/scripts/cli.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/opbeat/opbeat-node.git"
},
"keywords": [
"opbeat",
"log",
"logging",
"error",
"errors",
"exceptions",
"monitor",
"monitoring",
"alerts",
"performance",
"ops",
"devops",
"deployment",
"deploying",
"deploy",
"stacktrace"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "BSD",
"bugs": {
"url": "https://github.com/opbeat/opbeat-node/issues"
},
"homepage": "https://github.com/opbeat/opbeat-node",
"dependencies": {
"after-all": "^2.0.1",
"console-log-level": "^1.0.0",
"json-stringify-safe": "^5.0.0",
"stackman": "^0.2.2"
},
"devDependencies": {
"common": "^0.2.5",
"connect": "^3.3.3",
"express": "^4.10.7",
"inquirer": "^0.8.0",
"mkdirp": "^0.5.0",
"nock": "^0.51.0",
"restify": "^2.8.3",
"semver": "^4.0.0",
"tape": "^3.0.3",
"untildify": "^1.0.0"
},
"engines": {
"node": ">= 0.10.0"
}
}