UNPKG

javascript-logitio

Version:

javascript module to integrate with logit.io logging system

71 lines (70 loc) 1.84 kB
{ "name": "javascript-logitio", "version": "1.0.0", "description": "javascript module to integrate with logit.io logging system", "keywords": [ "logit", "io", "logging", "error tracking", "debugging" ], "main": "./lib/main.js", "scripts": { "test": "./node_modules/grunt-cli/bin/grunt test", "coverage": "./node_modules/grunt-cli/bin/grunt coverage", "complexity": "./node_modules/grunt-cli/bin/grunt complexity", "ci": "COVERALLS_GIT_COMMIT=HEAD COVERALLS_SERVICE_NAME=codeship ./node_modules/grunt-cli/bin/grunt --verbose ci" }, "repository": { "type": "git", "url": "https://github.com/logit-io/javascript-logitio.git" }, "author": "Matt Smith <mattonfoot@gmail.com> (http://about.me/mattonfoot)", "license": "MIT", "bugs": { "url": "https://github.com/logit-io/javascript-logitio/issues" }, "homepage": "http://logit.io", "engines": { "node": ">=0.10.0", "npm": ">=1.3.0" }, "devDependencies": { "blanket": "^1.1.6", "chai": "^2.1.1", "glob": "*", "grunt": "*", "grunt-benchmark": "*", "grunt-blanket": "*", "grunt-browserify": "*", "grunt-complexity": "*", "grunt-contrib-clean": "*", "grunt-contrib-connect": "*", "grunt-contrib-copy": "*", "grunt-contrib-jshint": "*", "grunt-contrib-watch": "*", "grunt-coveralls": "*", "grunt-eslint": "*", "grunt-mocha-test": "*", "grunt-saucelabs": "^8.6.0", "load-grunt-tasks": "*", "mocha": "^2.2.1", "mocha-lcov-reporter": "*", "request": "^2.54.0", "sinon": "^1.14.1", "sinon-chai": "^2.7.0", "travis-cov": "*", "xhr2": "^0.1.2" }, "dependencies": { "json3": "^3.3.2", "query-string": "^2.3.0", "tracekit": "^0.2.1" }, "config": { "travis-cov": { "threshold": 70 } } }