js-codepage/package.json

73 lines
1.4 KiB
JSON
Raw Normal View History

2013-12-06 16:21:34 +00:00
{
"name": "codepage",
"version": "1.14.0",
2013-12-06 16:21:34 +00:00
"author": "SheetJS",
"description": "pure-JS library to handle codepages",
"keywords": [
"codepage",
"iconv",
"convert",
"strings"
],
2013-12-06 16:21:34 +00:00
"main": "cputils.js",
2018-01-18 22:47:47 +00:00
"types": "types",
"browser": {
"buffer": "false"
},
"devDependencies": {
"voc": "~1.1.0",
2018-01-18 22:47:47 +00:00
"mocha": "~2.5.3",
"blanket": "~1.2.3",
"@sheetjs/uglify-js": "~2.7.3",
"@types/node": "^8.0.7",
2018-02-21 02:29:40 +00:00
"@types/commander": "^2.12.0",
2018-01-18 22:47:47 +00:00
"dtslint": "^0.1.2",
"typescript": "2.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/js-codepage.git"
},
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make test",
2018-01-18 22:47:47 +00:00
"build": "make js",
"lint": "make fullint",
"dtslint": "dtslint types"
},
"config": {
"blanket": {
"pattern": "[cputils.js]"
}
},
2018-01-18 22:47:47 +00:00
"alex": {
"allow": [
"chinese",
"european",
"german",
"japanese",
"latin"
]
},
"homepage": "http://sheetjs.com/opensource",
"files": [
"LICENSE",
"README.md",
"bin",
"bits/*.js",
2018-01-18 23:02:09 +00:00
"types/index.d.ts",
"types/*.json",
2018-01-18 22:47:47 +00:00
"cptable.js",
"cputils.js",
"dist/sbcs.full.js",
"dist/cpexcel.full.js"
],
"bugs": {
"url": "https://github.com/SheetJS/js-codepage/issues"
},
2013-12-06 16:21:34 +00:00
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
2013-12-06 16:21:34 +00:00
}