-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"author":"",
"name":"performanceframeworkmonitor",
"description":"monitor for performanceFramework",
"version":"0.0.1",
"author":{
"name":"OIL Telefonica"
},
"contributors":[
{
"name":"Fernando Godino",
"email":"fgodino@conwet.com"
},
{
"name":"Obaib el Maallem",
"email":"oelmaallem@conwet.com"
},
{
"name":"David Barriga",
"email":"dbarriga@conwet.com"
},
{
"name":"Aitor Magan",
"email":"amagan@conwet.com"
}
],
"repository":{
"type":"git",
"url":"git://github.com/DavidBR91/performanceframeworkmonitor.git"
},
"main": "./monitor.js",
"license": "AGPL",
"engine": {
"node": "0.6.6"
},
"_id": "performanceframeworkmonitor@0.0.1",
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.6.12",
"_defaultsLoaded": true
}