forked from lildadou/t411-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (38 loc) · 952 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
41
{
"name" : "t411-api",
"description" : "Client pour l'API t411.me",
"licence" : "AGPL v3",
"tags": [
"http",
"simple",
"util",
"utility"
],
"version" : "0.0.1-dev",
"author": {
"name" : "lildadou",
"email" : "[email protected]"
},
"homepage" : "https://github.com/lildadou/t411-api",
"repository": {
"type" : "git",
"url" : "http://github.com/lildadou/t411-api.git"
},
"bugs": {
"url" : "http://github.com/lildadou/t411-api/issues"
},
"engines": [
"node >= 0.8.0"
],
"main" : "index.js",
"dependencies": {
"qs" : "~0.6.0",
"async" : "~0.2.9",
"request" : "~2.27.0",
"winston" : "~0.7.0"
},
"scripts": {
"test": "node tests/run.js"
},
"readmeFilename": "README.md"
}