UNPKG

cloud-convert

Version:

Easy-to-use Node.js implementation of the CloudConvert API.

40 lines (39 loc) 898 B
{ "name": "cloud-convert", "version": "0.0.1", "description": "Easy-to-use Node.js implementation of the CloudConvert API.", "main": "index.js", "directories": { "example": "example", "test": "tests" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/Wildhoney/CloudConvert.git" }, "keywords": [ "cloudconvert", "convert", "conversion" ], "author": "Adam Timberlake <adam.timberlake@gmail.com>", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/Wildhoney/CloudConvert/issues" }, "dependencies": { "js-yaml": "~2.1.3", "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.5", "grunt-contrib-jshint": "~0.7.1", "express": "~3.4.4", "request": "~2.27.0", "q": "~0.9.7", "mime": "~1.2.11", "restler": "~2.0.1", "ansi": "~0.2.1" } }