dom-data-bridge
Version:
55 lines (54 loc) • 1.45 kB
JSON
{
"name": "dom-data-bridge",
"version": "2.0.1",
"description": "js读取写在dom内的数据",
"main": "./dist/index.js",
"keywords": [
"domData",
"data-",
"attry",
"json",
"prase",
"superprase",
"prase.muster",
"object.prase",
"array.prase",
"jsonprase",
"dataset",
"templetjson",
"jsonstring",
"databridge",
"DataDridge",
"DomDataDridge",
"data-dridge",
"dom-data-dridge",
"js"
],
"author": "yijian.song <397032724@qq.com> (https://github.com/songyijian)",
"dependencies": {},
"devDependencies": {
"html-webpack-plugin": "^4.5.0",
"webpack-dev-server": "^3.11.0",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"webpack-merge": "^5.4.0",
"webpack": "^5.9.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"dev": "webpack-dev-server --config build/webpack.dev.config.js --NODE_ENV=development",
"build": "webpack --config build/webpack.build.config.js --NODE_ENV=production",
"pushnpm": "npm run build && git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/songyijian/dom-data-bridge.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/songyijian/dom-data-bridge/issues"
},
"homepage": "https://github.com/songyijian/dom-data-bridge#readme"
}