mirror of https://gitee.com/bigwinds/arangodb
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "buster-format",
|
|
"version": "0.5.6",
|
|
"description": "Tools for formatting JavaScript objects in a human-readable way",
|
|
"homepage": "http://busterjs.org/docs/buster-format",
|
|
"author": {
|
|
"name": "Christian Johansen",
|
|
"email": "christian@cjohansen.no",
|
|
"url": "http://cjohansen.no"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "August Lilleaas",
|
|
"email": "august.lilleaas@gmail.com",
|
|
"url": "http://augustl.com"
|
|
}
|
|
],
|
|
"main": "./lib/buster-format",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://gitorious.org/buster/buster-format.git"
|
|
},
|
|
"scripts": {
|
|
"test": "./run-tests"
|
|
},
|
|
"dependencies": {
|
|
"buster-core": "=0.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"buster-assertions": "=0.10.2",
|
|
"buster-util": "=0.5",
|
|
"sinon": "=1.3"
|
|
},
|
|
"readme": "# buster-format\n\n[](http://travis-ci.org/busterjs/buster-format)\n\nPretty formatting of objects of any kind.\n\n# Running tests\n\nTo run tests in the browser:\n\n node_modules/buster-util/jstdhtml\n\nOpen test/test.html in a browser\n\nYou can also run JsTestDriver from the root directory.\n",
|
|
"readmeFilename": "Readme.md",
|
|
"_id": "buster-format@0.5.6",
|
|
"dist": {
|
|
"shasum": "54bdb20a2d74efccb7fbf5a04a331b185326f9a9"
|
|
},
|
|
"_from": "buster-format@~0.5",
|
|
"_resolved": "https://registry.npmjs.org/buster-format/-/buster-format-0.5.6.tgz"
|
|
}
|