Initial commit
This commit is contained in:
28
node_modules/prettyjson/package.json
generated
vendored
Normal file
28
node_modules/prettyjson/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",
|
||||
"name": "prettyjson",
|
||||
"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
|
||||
"version": "1.2.1",
|
||||
"homepage": "http://rafeca.com/prettyjson",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rafeca/prettyjson.git"
|
||||
},
|
||||
"main": "./lib/prettyjson",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettyjson": "./bin/prettyjson"
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"minimist": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.15",
|
||||
"istanbul": "^0.4.5",
|
||||
"jshint": "^2.9.4",
|
||||
"mocha": "^3.1.2",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"should": "^11.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user