1234567891011121314151617181920212223242526272829 |
- {
- "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"
- }
- }
|