-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 901 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 901 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "laposte-okapi-cli",
"version": "0.0.7",
"description": "La Poste Open API client",
"main": "lib/okapi-cli.js",
"bin": {
"oka": "./bin/oka"
},
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:DeveloperLaPoste/okapi-cli.git"
},
"bugs": {
"url": "https://github.com/DeveloperLaPoste/okapi-cli/issues"
},
"author": "Developer <developer@laposte.io> (https://developer.laposte.fr/)",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"jsonic": "^0.2.2",
"laposte-okapi-sdk": "0.0.6",
"lodash": "^4.15.0",
"prettyjson": "^1.1.3",
"yamljs": "^0.2.8",
"yargs": "^5.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-nodejs": "^1.1.0",
"eslint-plugin-import": "^1.15.0",
"mocha": "^3.0.2"
}
}