forked from standard/snazzy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1005 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
{
"name": "standard-codeclimate",
"description": "Format JavaScript Standard Style as CodeClimate engine output",
"version": "1.0.0",
"author": {
"name": "jden",
"email": "[email protected]",
"url": "https://jden.us/"
},
"bin": {
"standard-codeclimate": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/jden/standard-codeclimate/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"minimist": "^1.1.1",
"standard": "^5.0.0",
"standard-json": "^1.0.0"
},
"homepage": "https://github.com/jden/standard-codeclimate",
"keywords": [
"standard",
"codeclimate",
"json"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/jden/standard-codeclimate.git"
},
"scripts": {
"pretest": "standard",
"test": "node test"
},
"devDependencies": {
"concat-stream": "^1.5.1",
"join-stream2": "^0.1.0",
"literal-stream": "^0.1.0",
"split": "^1.0.0"
}
}