forked from smysnk/gulp-cloudfront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 988 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
42
43
44
45
46
47
{
"name": "gulp-cloudfront",
"version": "0.0.14",
"description": "",
"main": "index.js",
"dependencies": {
"glob": "~3.2.9",
"gulp": "~3.5.5",
"gulp-jshint": "~1.5.1",
"gulp-mocha": "~0.4.1",
"gulp-util": "~2.2.0",
"mocha": "~1.13.0",
"should": "*",
"event-stream": "~3.1.0",
"through2": "~0.4.0",
"aws-sdk": "~2.0.0-rc11",
"q": "~1.0.1"
},
"devDependencies": {
"gulp": "~3.5.5",
"mocha": "~1.13.0",
"should": "*",
"sinon": "~1.10.2"
},
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/smysnk/gulp-cloudfront.git"
},
"keywords": [
"gulpplugin",
"aws",
"cloudfront",
"cdn"
],
"homepage": "https://github.com/smysnk/gulp-cloudfront",
"author": "Joshua Bellamy-Henn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smysnk/gulp-rev-all/issues"
},
"engines": {
"node": ">=0.8"
}
}