microsoft-computer-vision
Version:
A simple but comprehensive NodeJS library for Microsoft Computer Vision API
80 lines • 2.33 kB
JSON
{
"name": "microsoft-computer-vision",
"version": "0.4.2",
"author": "Xiaoyu Zhou <xiaoyuz2011@gmail.com>",
"main": "./lib/index.js",
"engines": {
"node": ">=5.0",
"npm": ">=3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viane/microsoft-computer-vision.git",
"homepage": "https://github.com/viane/microsoft-computer-vision/blob/master/README.md"
},
"license": "MIT",
"scripts": {
"test": "mocha --timeout 10000 tests/* --compilers js:babel-register --require ./tests/helper.js --recursive",
"start": "babel-node ./src/temp-test.js",
"watch": "babel --watch src --out-dir lib --source-maps inline --copy-files",
"build": "babel src --out-dir lib --source-maps inline --copy-files",
"build-test": "npm run build && npm test"
},
"babel": {
"presets": [
"es2015",
"stage-2"
],
"plugins": [
"transform-flow-strip-types",
"add-module-exports"
]
},
"devDependencies": {
"app-module-path": "^1.0.6",
"babel-cli": "^6.24.1",
"babel-eslint": "^6.0.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-preset-env": "*",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-fs": "^1.0.0",
"del": "^2.2.2",
"eslint": "^4.2.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-flow-vars": "^0.3.0",
"eslint-plugin-flowtype": "^2.2.6",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"express": "^4.15.3",
"image-type": "^3.0.0",
"mocha": "4.0.1",
"multer": "^1.3.0",
"pretty-error": "^2.0.0"
},
"bugs": {
"url": "https://github.com/viane/microsoft-computer-vision/issues"
},
"homepage": "https://github.com/viane/microsoft-computer-vision/blob/master/README.md",
"directories": {
"doc": "docs",
"test": "tests"
},
"readme": "README.md",
"dependencies": {
"bluebird": "^3.4.7",
"chai-as-promised": "7.1.1",
"load-json-file": "4.0.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"keywords": [
"microsoft",
"cognitive",
"computer",
"vision"
],
"description": "A simple but comprehensive NodeJS library for Microsoft Computer Vision API"
}