-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 999 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
{
"name": "balihoo-dam-client",
"version": "1.0.0",
"description": "A client for managing creative assets in the Balihoo Digital Asset Manager",
"repository": {
"type": "git",
"url": "git+https://github.com/balihoo/balihoo-dam-client.git"
},
"author": "Balihoo",
"engines": {
"node": ">= 0.10.26"
},
"main": "./lib/balihoo-dam-client.js",
"dependencies": {
"async": "0.9.0",
"aws-sdk": "2.0.27",
"coffee-script": "1.7.1",
"jquery-ajax": "^2.1.4",
"mime": "1.3.4",
"request": "^2.53.0",
"spark-md5": "^2.0.0",
"xml2js": "0.4.5"
},
"devDependencies": {
"better-assert": "1.0.0",
"coffeelint": "1.4.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.2.0",
"gulp-coffeeify": "^0.1.8",
"gulp-coffeelint": "^0.4.0",
"gulp-istanbul": "^0.5.0",
"gulp-mocha": "^2.0.0",
"istanbul": "0.3.2",
"jshint": "2.4.4",
"mocha": "1.12.0",
"rewire": "2.3.1",
"uglify-js": "2.4.13"
}
}