Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
daily_store_reports_nodejs
/
node_modules
/
word
:
package.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "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" } }