forked from cloudconvert/cloudconvert-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 750 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "cloudconvert",
"version": "1.1.1",
"description": "Official Node.js wrapper for the CloudConvert API",
"homepage": "https://github.com/cloudconvert/cloudconvert-node",
"author": "Josias Montag <josias@montag.info>",
"main": "./lib/api.js",
"repository": {
"type": "git",
"url": "https://github.com/cloudconvert/cloudconvert-node.git"
},
"bugs": {
"url": "https://github.com/cloudconvert/cloudconvert-node/issues"
},
"dependencies": {
"async": "^0.9.0",
"pause-stream": "0.0.11",
"request": "^2.67.0"
},
"devDependencies": {
"jshint": "latest",
"nodeunit": "latest"
},
"scripts": {
"test": "node_modules/.bin/jshint lib tests && node node_modules/.bin/nodeunit tests"
}
}