48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "formatio",
|
|
"version": "1.2.0",
|
|
"description": "Human-readable object formatting",
|
|
"homepage": "http://busterjs.org/docs/formatio/",
|
|
"author": "Christian Johansen",
|
|
"contributors": [
|
|
{
|
|
"name": "Christian Johansen",
|
|
"email": "christian@cjohansen.no",
|
|
"url": "http://cjohansen.no"
|
|
},
|
|
{
|
|
"name": "August Lilleaas",
|
|
"email": "august.lilleaas@gmail.com",
|
|
"url": "http://augustl.com"
|
|
},
|
|
{
|
|
"name": "Dave Geddes",
|
|
"email": "davidcgeddes@gmail.com"
|
|
},
|
|
{
|
|
"name": "Stein Magnus Jodal",
|
|
"email": "stein.magnus@jodal.no"
|
|
},
|
|
{
|
|
"name": "Tek Nynja",
|
|
"email": "github@teknynja.com"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/formatio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/busterjs/formatio.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node node_modules/buster/bin/buster-test --node",
|
|
"test-debug": "node --debug-brk node_modules/buster/bin/buster-test --node"
|
|
},
|
|
"dependencies": {
|
|
"samsam": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "0.7.x"
|
|
}
|
|
}
|