sheetjs/packages/ssf/package.json

60 lines
1.0 KiB
JSON
Raw Normal View History

2013-12-06 16:49:25 +00:00
{
2017-03-21 07:45:12 +00:00
"name": "ssf",
"version": "0.11.2",
2017-08-01 02:28:37 +00:00
"author": "sheetjs",
2017-03-21 07:45:12 +00:00
"description": "Format data using ECMA-376 spreadsheet Format Codes",
"keywords": [
"format",
"sprintf",
"spreadsheet"
],
2022-03-09 11:28:19 +00:00
"main": "ssf.js",
"types": "types",
2017-03-21 07:45:12 +00:00
"dependencies": {
"frac":"~1.1.2"
2017-03-21 07:45:12 +00:00
},
"devDependencies": {
"@sheetjs/uglify-js":"~2.7.3",
"@types/node":"^8.0.7",
"blanket": "~1.2.3",
"dtslint": "^0.1.2",
"mocha": "~2.5.3",
"typescript": "2.2.0"
2017-03-21 07:45:12 +00:00
},
"repository": {
"type": "git",
2022-03-09 11:28:19 +00:00
"url": "git://github.com/SheetJS/sheetjs.git",
"directory": "packages/ssf"
},
2017-03-21 07:45:12 +00:00
"scripts": {
"test": "make test",
"tests-only": "make travis",
"build": "make",
"lint": "make fullint",
"dtslint": "dtslint types"
2017-03-21 07:45:12 +00:00
},
"config": {
"blanket": {
"pattern": "ssf.js"
}
},
"alex": {
"allow": [
"special",
"simple",
"just",
"crash",
"wtf",
"holes"
]
},
"homepage": "http://sheetjs.com/",
"bugs": {
2022-03-09 11:28:19 +00:00
"url": "https://github.com/SheetJS/sheetjs/issues"
},
2017-03-21 07:45:12 +00:00
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
2013-12-06 16:49:25 +00:00
}