UNPKG

jsom-ctx

Version:

Simplifies JSOM usage, and allows for async-await

33 lines (32 loc) 756 B
{ "name": "jsom-ctx", "version": "1.2.1", "description": "Simplifies JSOM usage, and allows for async-await", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1", "postversion": "tsc --build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/olemp/jsom-ctx.git" }, "keywords": [ "jsom", "sharepoint", "async", "await", "office365" ], "author": "olemp", "license": "MIT", "bugs": { "url": "https://github.com/olemp/jsom-ctx/issues" }, "homepage": "https://github.com/olemp/jsom-ctx#readme", "devDependencies": { "@types/sharepoint": "^2016.1.7" } }