{ "name": "smartenv", "version": "1.2.2", "description": "store things about your environment and let them travel across modules", "main": "dist/index.js", "scripts": { "test": "(npmts)", "testbrowser": "(npm test) && (node testbrowser.js)" }, "repository": { "type": "git", "url": "https://github.com/pushrocks/smartenv.git" }, "keywords": [ "environment" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/smartenv/issues" }, "homepage": "https://github.com/pushrocks/smartenv", "dependencies": { "beautylog": "^4.1.2", "lodash": "^4.8.1", "q": "^1.4.1" }, "devDependenies": { "npmts": "^5.0.3" } }