30 lines
655 B
JSON
30 lines
655 B
JSON
{
|
|
"name": "printj",
|
|
"version": "0.1.0",
|
|
"author": "sheetjs",
|
|
"description": "Pure-JS printf",
|
|
"keywords": [ "printf", "sprintf", "format", "string" ],
|
|
"bin": {
|
|
"printj": "./bin/printj.njs"
|
|
},
|
|
"main": "./printj",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"mocha":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/printj.git" },
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "printj.js"
|
|
}
|
|
},
|
|
"files": ["printj.js", "bin/printj.njs", "LICENSE", "README.md"],
|
|
"bugs": { "url": "https://github.com/SheetJS/printj/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|