2013-12-06 16:49:25 +00:00
|
|
|
{
|
2017-03-21 07:45:12 +00:00
|
|
|
"name": "ssf",
|
2017-06-09 00:59:13 +00:00
|
|
|
"version": "0.9.4",
|
2017-03-21 07:45:12 +00:00
|
|
|
"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",
|
2017-04-30 04:54:41 +00:00
|
|
|
"frac":"~1.0.6"
|
2017-03-21 07:45:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha":"",
|
2017-05-16 19:22:19 +00:00
|
|
|
"@sheetjs/uglify-js":""
|
2017-03-21 07:45:12 +00:00
|
|
|
},
|
|
|
|
"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" }
|
2013-12-06 16:49:25 +00:00
|
|
|
}
|