1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
| "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"
| }
| }
|
|