UNPKG

roo-tool

Version:

This is a front-end scaffold commonly used tool library, integrates the Cookie, with indexedDB and custom event operations

44 lines (43 loc) 1.18 kB
{ "name": "roo-tool", "version": "1.0.2", "description": "This is a front-end scaffold commonly used tool library, integrates the Cookie, with indexedDB and custom event operations", "repository": "git@github.com:dtux-kangaroo/roo-tool.git", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "buildP": "NODE_ENV=production rollup -c", "dev": "rollup -c -w" }, "author": "林翮 <linhe@dtstack.com>", "license": "ISC", "keywords": [ "Tool", "Cookie", "URI", "indexDb" ], "dependencies": { "js-cookie": "latest", "urijs": "latest" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.6", "@babel/preset-stage-2": "^7.0.0", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-uglify": "^6.0.0" }, "files": [ "lib", "index.js", "README.md" ] }