forked from sheetjs/sheetjs
SheetJS
e32a2894c4
- separate i4/r8 code (core functions optimized by v8) - prefer faster methods when convenient - node-based performance tests
32 lines
692 B
JSON
32 lines
692 B
JSON
{
|
|
"name": "ssf",
|
|
"version": "0.8.0",
|
|
"author": "SheetJS",
|
|
"description": "Format data using ECMA-376 spreadsheet Format Codes",
|
|
"keywords": [ "format", "sprintf", "spreadsheet" ],
|
|
"main": "ssf.js",
|
|
"dependencies": {
|
|
"voc":"",
|
|
"colors":"0.6.2",
|
|
"frac":"0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/ssf.git" },
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"bin": {
|
|
"ssf": "./bin/ssf.njs"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "ssf.js"
|
|
}
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/ssf/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|