forked from standard/standard-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 802 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
{
"name": "standard-json",
"description": "Format JavaScript Standard Style output to a JSON array.",
"version": "1.1.0",
"author": "Brenda Smith <remaisaiandre20@gmail.com>",
"bin": {
"standard-json": "./bin.js"
},
"bugs": {
"url": "https://github.com/flet/standard-json/issues"
},
"dependencies": {
"concat-stream": "^2.0.0"
},
"devDependencies": {
"minicat": "^1.0.0",
"standard": "*",
"tape": "^5.0.0"
},
"homepage": "https://github.com/flet/standard-json",
"keywords": [
"format",
"json",
"output",
"standard",
"style"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/flet/standard-json.git"
},
"scripts": {
"test": "standard && tape test/*.js"
}
}