-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 870 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
{
"name": "kamu",
"version": "1.1.5",
"description": "SSL Asset Proxy",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcos-abreu/kamu.git"
},
"keywords": [
"media",
"image",
"video",
"ssl",
"asset",
"proxy"
],
"bugs": {
"url": "https://github.com/marcos-abreu/kamu/issues"
},
"homepage": "https://github.com/marcos-abreu/kamu#readme",
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1",
"rewire": "^2.3.4",
"run-sequence": "^1.1.1",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"yargs": "^3.11.0"
},
"dependencies": {
"lodash": "3.10.1",
"sharp": "0.11.3"
}
}