forked from sheetjs/sheetjs
SheetJS
d273a28d54
- do not consume trailing currency symbol (fixes #19 h/t @wilg) - detect minutes following absolute hour (fixes #23 h/t @tedbeer) - verify the miscellaneous formats (fixes #27 h/t @reviewher)
34 lines
711 B
JSON
34 lines
711 B
JSON
{
|
|
"name": "ssf",
|
|
"version": "0.9.2",
|
|
"author": "SheetJS",
|
|
"description": "Format data using ECMA-376 spreadsheet Format Codes",
|
|
"keywords": [ "format", "sprintf", "spreadsheet" ],
|
|
"bin": {
|
|
"ssf": "./bin/ssf.njs"
|
|
},
|
|
"main": "./ssf",
|
|
"dependencies": {
|
|
"voc":"",
|
|
"colors":"0.6.2",
|
|
"frac":"~1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"mocha":"",
|
|
"uglify-js":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/ssf.git" },
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "ssf.js"
|
|
}
|
|
},
|
|
"homepage": "https://oss.sheetjs.com/ssf",
|
|
"bugs": { "url": "https://github.com/SheetJS/ssf/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|