msflowsdk-angular
Version:
This is a custom implementation of https://flow.microsoft.com/content/msflowsdk-1.1.js for using in Angular Project. This is currently in Beta testing phase and please don't use for any production implementation
29 lines (28 loc) • 682 B
JSON
{
"name": "msflowsdk-angular",
"version": "0.1.0",
"description": "This is a custom implementation of https://flow.microsoft.com/content/msflowsdk-1.1.js for using in Angular Project. This is currently in Beta testing phase and please don't use for any production implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ms-flow",
"Ms-Flow",
"SDK",
"Angular",
"Angular",
"MS",
"Flow",
"SDK"
],
"author": "Subhankar Roy",
"license": "MIT",
"dependencies": {
"eslint": "^4.19.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}