-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.21 KB
/
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
48
49
50
51
52
53
54
55
56
57
{
"name": "cdns",
"description": "CDN Selector",
"version": "0.3.0",
"private": true,
"author": {
"name": "Tony Shearer",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Tony Shearer",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cdnexperts/cdnselector.git"
},
"keywords": [
"logging",
"sysadmin",
"tools"
],
"dependencies": {
"moment": "2.1.0",
"nconf": "0.6.7",
"winston": "0.7.2",
"cookies": "0.3.6",
"nano": "4.1.3",
"iptrie": "0.0.6",
"async": "0.2.9",
"node-uuid": "1.4.1",
"express": "3.4.4",
"underscore": "1.5.2",
"validator": "2.0.0"
},
"devDependencies": {
"mocha": "1.12.0",
"should": "1.2.2",
"istanbul": "*"
},
"main": "./cdns_frontend.js",
"scripts": {
"test": "mocha --recursive tests/",
"coverage": "istanbul cover _mocha -- --recursive tests/; open coverage/lcov-report/index.html"
},
"engines": {
"node": ">= 0.10.15"
},
"readme": "CDNS — CDN Selector",
"bugs": {
"url": "https://github.com/cdnexperts/cdnselector/issues"
},
"_id": "[email protected]",
"_from": "cdns@"
}