-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 956 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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",
"should": "~2.0.2",
"grunt-mocha-test": "~0.7.0"
}
}