UNPKG

1.23 kBJSONView Raw
1{
2 "name": "fb-core",
3 "version": "1.0.35",
4 "description": "fb-core",
5 "main": "./dist/fb-core.js",
6 "scripts": {
7 "build": "node build/build.js",
8 "inspect": "node --inspect build/build.js",
9 "publish1": "npm publish"
10 },
11 "author": "lincong1987@gmail.com",
12 "license": "MIT",
13 "bugs": {
14 "url": "https://github.com/lincong1987/fb-core/issues"
15 },
16 "homepage": "https://github.com/lincong1987/fb-core#readme",
17 "devDependencies": {
18 "@babel/core": "^7.3.4",
19 "@babel/helper-module-imports": "^7.0.0",
20 "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
21 "@babel/plugin-transform-runtime": "^7.3.4",
22 "@babel/preset-env": "^7.3.4",
23 "es3ify": "^0.2.2",
24 "esprima": "^4.0.1",
25 "jstransform": "^11.0.3",
26 "rollup": "^1.4.1",
27 "rollup-plugin-babel": "^4.3.2",
28 "rollup-plugin-commonjs": "^9.2.1",
29 "rollup-plugin-json": "^3.1.0",
30 "rollup-plugin-node-resolve": "^4.0.1",
31 "rollup-plugin-serve": "^1.0.1",
32 "uglify-es": "^3.3.9"
33 },
34 "dependencies": {
35 "dayjs": "^1.8.6",
36 "fb-polyfill": "^1.0.2",
37 "jquery": "1.12.4",
38 "lodash": "^4.17.15"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/lincong1987/fb-core.git"
43 }
44}