-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
{
"name": "metricsinfrastructure",
"version": "0.1.0",
"description": "Framework Infrastructure to collect, install and execute metrics",
"author": "TGAC",
"contributors": [
{
"name": "Foo Bar",
"email": "foo.bar@example.com"
}
],
"keywords": [
"metrics",
"components",
"registry",
"monitoring"
],
"private": true,
"dependencies": {
"body-parser": "latest",
"bootstrap": "latest",
"cheerio": "latest",
"exec": "latest",
"express": "latest",
"gith": "latest",
"github-api": "latest",
"github-download": "latest",
"google-search": "latest",
"hbs": "latest",
"js2xmlparser": "^1.0.0",
"jsdoc": "latest",
"jstoxml": "latest",
"libxmljs": "latest",
"libxslt": "latest",
"mongodb": "^2.1.4",
"monitor": "latest",
"mv": "latest",
"node-libcurl": "latest",
"node-schedule": "latest",
"npm": "latest",
"oauth": "latest",
"request": "latest",
"shortid": "latest",
"twitter": "latest",
"xml2js": "latest",
"xsd-schema-validator": "latest"
},
"subdomain": "metrics",
"analyze": true,
"license": "TGAC"
}