{ "name": "@microsoft/microsoft-graph-client", "version": "0.4.1", "description": "Microsoft Graph Client Library", "main": "lib/src/index.js", "typings": "lib/src/index", "files": [ "lib/" ], "types": "./lib/src/index.d.ts", "devDependencies": { "@types/superagent": "^2.0.36", "@types/mocha": "^2.2.34", "browserify": "^13.1.0", "mocha": "^3.2.0", "typescript": "^2.2.1" }, "scripts": { "build": "tsc && node node-browserify.js > lib/graph-js-sdk-web.js", "test": "mocha lib/spec/core", "test:types": "tsc --p spec/types && mocha spec/types" }, "dependencies": { "superagent": "^3.5.2", "es6-promise": "^4.1.0" }, "repository": { "type": "git", "url": "https://github.com/microsoftgraph/msgraph-sdk-javascript.git" } }