-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
46 lines (46 loc) · 923 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
42
43
44
45
46
{
"name": "jsome",
"version": "2.5.0",
"description": "Make your JSON look AWESOME!",
"main": "script.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Javascipt/Jsome.git"
},
"keywords": [
"colors",
"json",
"console",
"log",
"format",
"pretty",
"print",
"command-line",
"command",
"cli"
],
"author": "Khalid REHIOUI <[email protected]> (http://github.com/javascipt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascipt/Jsome/issues"
},
"homepage": "https://github.com/Javascipt/Jsome#readme",
"dependencies": {
"chalk": "^2.3.0",
"json-stringify-safe": "^5.0.1",
"yargs": "^11.0.0"
},
"bin": {
"jsome": "./bin/cli.js"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^21.2.1",
"jsesc": "^2.5.1"
},
"jest": {
"testEnvironment": "node"
}
}