UNPKG

850 BJSONView Raw
1{
2 "name": "ocomp",
3 "version": "1.0.73",
4 "main": "./dist/index.js",
5 "author": "luliangxiao",
6 "license": "MIT",
7 "files": [
8 "src",
9 "dist"
10 ],
11 "scripts": {
12 "flow": "flow",
13 "build": "rollup -c ./build/rollup.config.js"
14 },
15 "devDependencies": {
16 "babel-plugin-transform-flow-strip-types": "^6.22.0",
17 "flow-bin": "^0.43.1",
18 "flow-remove-types": "^1.2.0",
19 "rollup": "^0.41.6",
20 "rollup-plugin-buble": "^0.15.0"
21 },
22 "dependencies": {
23 "babel": "^6.23.0",
24 "babel-cli": "^6.24.1",
25 "babel-core": "^6.24.1",
26 "babel-loader": "^6.4.1",
27 "babel-plugin-add-module-exports": "^0.2.1",
28 "babel-plugin-syntax-flow": "^6.18.0",
29 "babel-plugin-transform-runtime": "^6.23.0",
30 "babel-preset-es2015": "^6.24.1",
31 "babel-preset-flow": "^6.23.0",
32 "babel-preset-stage-0": "^6.24.1"
33 }
34}