UNPKG

@awarns/tracing

Version:

AwarNS Framework package that eases the tracing and debugging of complex task execution workflows

50 lines (49 loc) 1.12 kB
{ "name": "@awarns/tracing", "version": "1.0.0", "description": "AwarNS Framework package that eases the tracing and debugging of complex task execution workflows", "main": "index", "typings": "index.d.ts", "nativescript": { "platforms": { "ios": "6.0.0", "android": "6.0.0" } }, "repository": { "type": "git", "url": "http://github.com/GeoTecINIT/awarns-framework.git" }, "keywords": [ "NativeScript", "JavaScript", "TypeScript", "Android", "Context", "Awareness", "AwarNS", "Tracing", "Debugging" ], "authors": [ { "name": "Alberto González Pérez", "email": "algonzal@uji.es" }, { "name": "Miguel Matey Sanz", "email": "matey@uji.es" } ], "bugs": { "url": "http://github.com/GeoTecINIT/awarns-framework/issues" }, "license": "Apache-2.0", "homepage": "http://github.com/GeoTecINIT/awarns-framework", "readmeFilename": "README.md", "bootstrapper": "@nativescript/plugin-seed", "dependencies": { "@awarns/core": "^1.0.0", "@awarns/persistence": "^1.0.0" } }