UNPKG

@jokerwang/json-format

Version:

json to stringify a dom structure Object

28 lines (27 loc) 805 B
{ "name": "@jokerwang/json-format", "version": "1.0.8", "description": "json to stringify a dom structure Object", "main": "dist/json-format.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --entry ./json-format.js -w ./json-format.js --output-path dist --output-filename json-format.min.js --output-library-target umd", "dev": "webpack-dev-server --config ./webpack.dev.config.js --hot --inline" }, "author": "wang", "license": "ISC", "keywords": [ "json-format", "jokerwang" ], "repository": { "type": "git", "url": "git@github.com:jokerwang-z/json-format.git" }, "devDependencies": { "webpack": "^4.38.0", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" }, "dependencies": {} }