2013-12-06 16:49:25 +00:00
|
|
|
{
|
|
|
|
"name": "ssf",
|
2014-01-10 19:09:11 +00:00
|
|
|
"version": "0.5.0",
|
2013-12-06 16:49:25 +00:00
|
|
|
"author": "SheetJS",
|
|
|
|
"description": "pure-JS library to format data using ECMA-376 spreadsheet Format Codes",
|
|
|
|
"keywords": [ "format", "sprintf", "spreadsheet" ],
|
2014-01-10 19:09:11 +00:00
|
|
|
"main": "ssf.js",
|
2013-12-06 16:49:25 +00:00
|
|
|
"dependencies": {
|
|
|
|
"voc":"",
|
|
|
|
"colors":""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha":""
|
|
|
|
},
|
|
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/ssf.git" },
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -R spec"
|
|
|
|
},
|
2014-01-10 19:09:11 +00:00
|
|
|
"bin": {
|
|
|
|
"ssf": "./bin/ssf.njs"
|
|
|
|
},
|
2013-12-06 16:49:25 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/ssf/issues" },
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": { "node": ">=0.8" }
|
|
|
|
}
|