1234567891011121314151617181920212223242526 |
- {
- "name": "json-formatter-js",
- "version": "2.0.0",
- "authors": [
- "Mohsen Azimi <me@azimi.me>"
- ],
- "main": [
- "dist/json-formatter.js",
- "dist/style.css"
- ],
- "moduleType": [
- "node"
- ],
- "keywords": [
- "json"
- ],
- "license": "MIT",
- "homepage": "mohsen1/json-formatter-js",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|