1234567891011121314151617181920212223242526 |
- {
- "name": "json-beautifully",
- "version": "1.0.3",
- "description": "将json文件格式化",
- "main": "lib/index.js",
- "directories": {
- "lib": "lib"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xiaok1990/formatJson.git"
- },
- "keywords": [
- "beautifully",
- "json"
- ],
- "author": "xiaok",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/xiaok1990/formatJson/issues"
- },
- "homepage": "https://github.com/xiaok1990/formatJson#readme"
- }
|