-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 896 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
{
"name": "show-json",
"version": "0.0.1",
"description": "Extract and show JSON data in various formats",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"show-json": "cli.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/peterkelly/show-json.git"
},
"keywords": [
"json",
"view",
"query",
"table",
"format"
],
"author": "Peter Kelly <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/peterkelly/show-json/issues"
},
"homepage": "https://github.com/peterkelly/show-json#readme",
"devDependencies": {
"@types/node": "8.0.17",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-tslint": "8.1.1",
"gulp-typescript": "3.2.1",
"run-sequence": "2.1.0",
"tslint": "5.5.0",
"typescript": "2.4.2"
}
}