UNPKG

fb-core

Version:
46 lines (45 loc) 1.26 kB
{ "name": "fb-core", "version": "1.0.42", "description": "fb-core", "main": "./dist/fb-core.js", "scripts": { "build": "node build/build.js", "inspect": "node --inspect build/build.js", "publish1": "npm publish" }, "author": "lincong1987@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/lincong1987/fb-core/issues" }, "homepage": "https://github.com/lincong1987/fb-core#readme", "devDependencies": { "@babel/core": "^7.3.4", "@babel/helper-module-imports": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/preset-env": "^7.3.4", "es3ify": "^0.2.2", "esprima": "^4.0.1", "jstransform": "^11.0.3", "rollup": "^1.4.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-serve": "^1.0.1", "uglify-es": "^3.3.9" }, "dependencies": { "dayjs": "^1.8.6", "fb-polyfill": "^1.0.2", "jquery": "1.12.4", "lodash": "^4.17.15", "shortid": "^2.2.15" }, "repository": { "type": "git", "url": "git+https://github.com/lincong1987/fb-core.git" } }