{ "name": "smartenv", "version": "1.0.7", "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": "3.0.2", "lodash": "^4.5.0", "q": "^1.4.1" }, "devDependencies": { "easyserve": "0.0.5", "gulp": "^3.9.1", "gulp-browser": "1.0.10", "npmts": "3.1.2" } }