Initial commit
This commit is contained in:
29
node_modules/word/package.json
generated
vendored
Normal file
29
node_modules/word/package.json
generated
vendored
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user