-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 948 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": "docker-apt-cacher-ng",
"version": "1.5.0",
"description": "tests for docker ",
"main": "index.js",
"scripts": {
"test": "mocha test/*.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deployable/docker-apt-cacher-ng.git"
},
"keywords": [
"docker",
"apt-cacher-ng",
"proxy",
"cache",
"package"
],
"author": "Matt Hoyle",
"license": "ISC",
"bugs": {
"url": "https://github.com/deployable/docker-apt-cacher-ng/issues"
},
"homepage": "https://github.com/deployable/docker-apt-cacher-ng#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-module-method": "^6.24.1",
"babel-preset-env": "^1.6.1",
"chai": "^3.5.0",
"cheerio": "^1.0.0-rc.2",
"coffeescript": "^1.12.4",
"mocha": "^3.2.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"needle": "^2.1.0"
}
}