UNPKG

crmfetchkit

Version:

Library for Dynamics CRM that allows the execution of fetchxml-queries via JavaScript

51 lines (50 loc) 1.3 kB
{ "name": "crmfetchkit", "version": "3.3.2", "description": "Library for Dynamics CRM that allows the execution of fetchxml-queries via JavaScript", "main": "./src/main.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git://github.com/thuld/CrmFetchKit.git" }, "homepage": "https://github.com/thuld/CrmFetchKit", "keywords": [ "SOAP", "Dynamics", "CRM", "Dynamics CRM" ], "author": "Daniel Thul <thuld@outlook.com>", "license": "MIT", "devDependencies": { "browserify": "^8.1.0", "chai": "^1.10.0", "gulp": "^3.9.0", "gulp-file-include": "^0.7.1", "gulp-header": "^1.7.1", "gulp-jshint": "^1.11.2", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.4.1", "jshint-stylish": "^1.0.0", "karma": "^0.12.31", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.12", "karma-firefox-launcher": "^0.1.4", "karma-ie-launcher": "^0.1.5", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^0.3.1", "mocha": "^2.3.2", "vinyl-source-stream": "^1.0.0", "vinyl-transform": "^1.0.0" }, "dependencies": { "bluebird": "^2.10.1", "npm": "^2.14.5", "xml-escape": "^1.0.0" }, "readmeFilename": "README.md" }