{ "name": "smartenv", "version": "1.2.9", "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://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": { "@types/q": "0.x.x", "lodash": "^4.17.2", "q": "^1.4.1", "typings-global": "^1.0.14" }, "devDependencies": { "@types/should": "^8.1.30", "beautylog": "^6.0.0", "should": "^11.1.1" } }