{ "name": "smartenv", "version": "4.0.3", "description": "store things about your environment and let them travel across modules", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "testbrowser": "(npm test) && (node testbrowser.js)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartenv.git" }, "keywords": [ "environment" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartenv/issues" }, "homepage": "https://gitlab.com/pushrocks/smartenv", "dependencies": { "@types/node": "^9.4.4", "lodash": "^4.17.5", "smartparam": "^1.0.2", "smartq": "^1.1.6" }, "devDependencies": { "@types/npm": "^2.0.29", "tapbundle": "^1.1.8" } }