-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 760 Bytes
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
{
"name" : "freebox-sdk",
"description" : "Freebox SDK",
"version" : "0.3.0",
"homepage" : "http://github.com/armetiz/node-freebox-sdk",
"keywords" : ["freebox", "sdk", "free", "wifi"],
"author" : "Thomas Tourlourat <thomas@tourlourat.com>",
"main" : "./freebox",
"bugs" :
{
"mail" : "",
"url" : "http://github.com/armetiz/node-freebox-sdk/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/armetiz/node-freebox-sdk.git"
},
"engines" : {
"node" : ">=0.8.8"
},
"licenses" :
[ {
"type" : "MIT",
"url" : "http://github.com/armetiz/node-freebox-sdk/raw/master/LICENSE"
}
]
}