You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
537 B
30 lines
537 B
2 months ago
|
{
|
||
|
"name": "word",
|
||
|
"version": "0.3.0",
|
||
|
"author": "sheetjs",
|
||
|
"description": "Word Processing Document library",
|
||
|
"keywords": [
|
||
|
"word"
|
||
|
],
|
||
|
"main": "./word",
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/SheetJS/js-word.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"homepage": "https://wordjs.com/",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/SheetJS/js-word/issues"
|
||
|
},
|
||
|
"license": "Apache-2.0",
|
||
|
"engines": {
|
||
|
"node": ">=0.8"
|
||
|
}
|
||
|
}
|