viewpoint
Version:
the exchange email API for nodejs module
56 lines (55 loc) • 1.43 kB
JSON
{
"name": "viewpoint",
"description": "the exchange email API for nodejs module",
"version": "0.2.0",
"homepage": "https://github.com/xmail-client/node-viewpoint",
"bugs": "https://github.com/xmail-client/node-viewpoint/issues",
"license": "MIT",
"main": "dist/ews-client.js",
"author": {
"name": "liuxiong",
"email": "liuxiong332@163.com"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/xmail-client/node-viewpoint"
},
"keywords": [
"exchange",
"EWS",
"email"
],
"dependencies": {
"http-ext": "^0.4.5",
"http-ext-ntlm": "^0.2.0",
"libxmljs": "^0.14.2",
"libxmljs-builder": "^0.3.1",
"mixto": "^1.0.0",
"q": "latest",
"underscore": "^1.8.3"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"coveralls": "^2.11.1",
"del": "^1.2.0",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-coffee": "^2.3.1",
"gulp-coffee-istanbul": "^0.7.0",
"gulp-coffeelint": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^1.1.0",
"gulp-plumber": "^0.6.5",
"gulp-util": "^3.0.1",
"should": "^4.0.4",
"sinon": "^1.14.1"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublish": "gulp dist",
"test": "gulp test"
}
}